mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
native/nativesdk: Clean up the depends ordering after bitbake override handling updates
This massively cleans up the dependency handling in the two classes when interacting with BBCLASSEXTEND. This change has a dependency on the bitbake override handling change and also the existence of the RecipePreFinalise event. (From OE-Core rev: f183c7cfe377fa6ed2777605c3590a9dda2060df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=9c920d811858a74b67a36ba23cbaa95f
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
DEPENDS = "zlib ncurses"
|
||||
DEPENDS_virtclass-native_append = " lzo-native"
|
||||
DEPENDS_virtclass-native = " lzo-native"
|
||||
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-${PV}.tar.bz2 \
|
||||
|
||||
Reference in New Issue
Block a user