[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5997/8267] intltool: Adds gettext as a DEPENDS



commit be8ceea70d3016027806d6c5adc8b567e8176aa6
Author: Alejandro Hernandez <alejandro hernandez linux intel com>
Date:   Tue May 23 16:47:42 2017 -0700

    intltool: Adds gettext as a DEPENDS
    
    When setting USE_NLS="no" and building systemd-boot
    (which DEPENDS on intltool), configure fails,
    complaining about missing gettext:
    
    configure: error: GNU gettext tools not found; required for intltool
    
    This is caused because USE_NLS="no" makes the gettext class
    add gettext-minimal-native to BASEDEPENDS instead of adding
    gettext-native.
    
    Since we still would like to set USE_NLS="no" and build systemd-boot,
    we add gettext-native as a dependency to intltool-native, which makes it
    available for the configure script of systemd-boot fixing the problem.
    
    [YOCTO #11562]
    
    (From OE-Core rev: 26bd53aebf3430f1b9ec459c6c6ab42c57d18319)
    
    Signed-off-by: Alejandro Hernandez <alejandro hernandez linux intel com>
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/intltool/intltool_0.51.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb 
b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
index 551bdf0..ecff2fa 100644
--- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb
+++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb
@@ -16,7 +16,7 @@ UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/";
 
 DEPENDS = "libxml-parser-perl-native"
 RDEPENDS_${PN} = "gettext-dev libxml-parser-perl"
-DEPENDS_class-native = "libxml-parser-perl-native"
+DEPENDS_class-native = "libxml-parser-perl-native gettext-native"
 
 inherit autotools pkgconfig perlnative
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]