mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -17,7 +17,7 @@ BBCLASSEXTEND = "native nativesdk"
|
|||||||
|
|
||||||
DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib"
|
DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib"
|
||||||
DEPENDS_append_class-target = "${@base_contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}"
|
DEPENDS_append_class-target = "${@base_contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}"
|
||||||
DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native"
|
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-libffi nativesdk-zlib ${BPN}-native"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen"
|
PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen"
|
||||||
|
|||||||
Reference in New Issue
Block a user