]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux: restore zlib and ncurses dependencies for native
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 14 Mar 2012 14:10:23 +0000 (14:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Mar 2012 10:56:11 +0000 (10:56 +0000)
OE-Core commit 4a158b6ef125b555225472eefbe1ea226dc47c2c unintentionally
removed the dependencies for util-linux-native on zlib-native and
ncurses-native by getting append and virtclass-native overrides swapped
around; later this was tidied up to remove the append (which did not change
anything functionally). These libraries are required, so add them back in.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-core/util-linux/util-linux_2.21.bb

index e2d354f948afdb7cd921e81fb53ed05e505ea910..024b55cf8592db70e68136385509b7df14ad4333 100644 (file)
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=9c920d811858a74b67a36ba23cbaa95f
 
 inherit autotools gettext pkgconfig
 DEPENDS = "zlib ncurses"
-DEPENDS_virtclass-native = " lzo-native"
+DEPENDS_append_virtclass-native = " lzo-native"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-linux-${PV}.tar.bz2 \
            file://MCONFIG \
index d899dd3b1bd88a55c4ab4363b502ebd711f3a4a4..ab26fcd99a0c0b08c015b7377224246845e874e6 100644 (file)
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.21"
-PR = "r4"
+PR = "r5"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+