* [PATCH] glib-2.0: Add missing nativesdk-gettext DEPENDS
@ 2014-08-17 8:51 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-08-17 8:51 UTC (permalink / raw)
To: openembedded-core
This override overrides the gettext class additions so we need to
add back the dependency manually.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index f797ab3..bd8d74b 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -18,7 +18,7 @@ BBCLASSEXTEND = "native nativesdk"
DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib"
DEPENDS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}"
DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native zlib-native"
-DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native"
+DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-gettext nativesdk-libffi nativesdk-zlib ${BPN}-native"
PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-17 8:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17 8:51 [PATCH] glib-2.0: Add missing nativesdk-gettext DEPENDS Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.