diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 17:56:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:48:56 +0100 |
commit | f183c7cfe377fa6ed2777605c3590a9dda2060df (patch) | |
tree | b00803dd7a3ca343ad01553d86b80ff2dd6945d0 /meta/recipes-core | |
parent | f6a38cd75edb46858da6950b5ec029db8a12d801 (diff) | |
download | openembedded-core-f183c7cfe377fa6ed2777605c3590a9dda2060df.tar.gz openembedded-core-f183c7cfe377fa6ed2777605c3590a9dda2060df.tar.bz2 openembedded-core-f183c7cfe377fa6ed2777605c3590a9dda2060df.tar.xz openembedded-core-f183c7cfe377fa6ed2777605c3590a9dda2060df.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 4b361005e..b77266af1 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -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 \ |