[oe-commits] [openembedded-core] 08/32: glib: improve gettext enabling/disabling

git at git.openembedded.org git at git.openembedded.org
Thu Jan 18 23:32:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1b1f382af69a2d63f2ddd526cde430fb68c9ca6e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jan 16 14:02:52 2018 +0000

    glib: improve gettext enabling/disabling
    
    As we only seed gettext's msgfmt as /bin/false for native builds, explicitly set
    USE_NLS to yes in the recipe (as it was previously) for targeget and nativesdk
    builds.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 354d95c..aa86f28 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -85,6 +85,10 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
 # doesn't support mips16e
 CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1"
 
+# GLib generally requires gettext to be present so for USE_NLS to yes.  For
+# native builds as i18n is disabled globally we can tell it to use a fake msgfmt.
+USE_NLS_class-target = "yes"
+USE_NLS_class-nativesdk = "yes"
 CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false"
 
 do_install_append () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list