diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-17 09:51:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-17 10:01:36 +0100 |
commit | d42794cafb7e4612771eeef2547c7972bdfbda6c (patch) | |
tree | 1672659124a248953107c12e05db42cc543513b3 /meta/recipes-core | |
parent | ea06e645a5497ebf0da6cb51ad6a9091522a06bd (diff) | |
download | poky-d42794cafb7e4612771eeef2547c7972bdfbda6c.tar.gz |
glib-2.0: Add missing nativesdk-gettext DEPENDS
This override overrides the gettext class additions so we need to
add back the dependency manually.
(From OE-Core rev: 1f7d22ce9322b960c89afd3673ace9f0d937b2a6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index f797ab3d2c..bd8d74b3aa 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" | |||
18 | DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib" | 18 | DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib" |
19 | DEPENDS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}" | 19 | DEPENDS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}" |
20 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native zlib-native" | 20 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native zlib-native" |
21 | DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native" | 21 | DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-gettext nativesdk-libffi nativesdk-zlib ${BPN}-native" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" | 23 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |
24 | 24 | ||