summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:06 +0100
commitb4696f512443412ac79b1cc7816aa1ccf809996e (patch)
tree9afc6ff890795e523047d4f85bbf990b44db5669 /meta/recipes-core/glib-2.0/glib.inc
parentb0c7ed82694b7bad9d14bab9692f54a44b863583 (diff)
downloadpoky-b4696f512443412ac79b1cc7816aa1ccf809996e.tar.gz
glib: update to 2.58.0
Drop upstreamed patches, refresh the rest. Add an explicit dependency on gettext-native, as glib is no longer fooled by setting msgfmt to /bin/false. (From OE-Core rev: 79d229e8be892cc0bd36fe9f71ac4671cc34aa82) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index d6d91335a6..6dab19283c 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -87,10 +87,10 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
87CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" 87CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1"
88 88
89# GLib generally requires gettext to be present so for USE_NLS to yes. For 89# GLib generally requires gettext to be present so for USE_NLS to yes. For
90# native builds as i18n is disabled globally we can tell it to use a fake msgfmt. 90# native builds as i18n is disabled globally we have to add a gettext-native dependency.
91USE_NLS_class-target = "yes" 91USE_NLS_class-target = "yes"
92USE_NLS_class-nativesdk = "yes" 92USE_NLS_class-nativesdk = "yes"
93CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false" 93DEPENDS_append_class-native = " gettext-native"
94 94
95EXEEXT = "" 95EXEEXT = ""
96EXEEXT_mingw32 = ".exe" 96EXEEXT_mingw32 = ".exe"