diff options
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index b374f6bb2e..354d95cfe3 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -20,7 +20,6 @@ CVE_PRODUCT = "glib" | |||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | DEPENDS = "glib-2.0-native \ | 22 | DEPENDS = "glib-2.0-native \ |
23 | gettext-native \ | ||
24 | virtual/libintl \ | 23 | virtual/libintl \ |
25 | virtual/libiconv \ | 24 | virtual/libiconv \ |
26 | libffi \ | 25 | libffi \ |
@@ -86,7 +85,7 @@ ARM_INSTRUCTION_SET_armv5 = "arm" | |||
86 | # doesn't support mips16e | 85 | # doesn't support mips16e |
87 | CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" | 86 | CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" |
88 | 87 | ||
89 | USE_NLS = "yes" | 88 | CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false" |
90 | 89 | ||
91 | do_install_append () { | 90 | do_install_append () { |
92 | if [ -f ${D}${bindir}/gtester-report ]; then | 91 | if [ -f ${D}${bindir}/gtester-report ]; then |