From: Richard Purdie Date: Sun, 17 Aug 2014 08:51:58 +0000 (+0100) Subject: glib-2.0: Add missing nativesdk-gettext DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7d22ce9322b960c89afd3673ace9f0d937b2a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib-2.0: Add missing nativesdk-gettext DEPENDS This override overrides the gettext class additions so we need to add back the dependency manually. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index f797ab3d2ce..bd8d74b3aaf 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"