diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-24 13:58:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 09:55:36 +0000 |
commit | d777d4a276feecbbd79238d3f86c5e91c55bf7a9 (patch) | |
tree | a5bb7903b8eb187fa1d23571bb4aa84523deee79 /meta | |
parent | 169d67e282d80a242f5ba6efb9c9738f54a51eb4 (diff) | |
download | poky-d777d4a276feecbbd79238d3f86c5e91c55bf7a9.tar.gz |
glib-2.0-native: Fix DEPENDS
Address the error
| checking for ZLIB... no
| checking for inflate in -lz... no
| configure: error: *** Working zlib library and headers not found ***
by ensuring zlib-native is in DEPENDS.
[YOCTO #5773]
(From OE-Core rev: f7fd641c13543f0df412fe0ff01238734ddbbaff)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 33d30c110f..cb07665d23 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -17,7 +17,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
17 | 17 | ||
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 = "${@base_contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}" | 19 | DEPENDS_append_class-target = "${@base_contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}" |
20 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-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-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" |