]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux.inc: remove virtual/libintl from DEPENDS
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:38:55 +0000 (20:38 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 5 May 2011 05:12:27 +0000 (22:12 -0700)
inherit gettext should do it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/util-linux/util-linux.inc

index 913bb1b0902c4b9d4dfdb59b70d2f34e0e27adba..447e5b7d436f2beeac040674021b7d39e14b4ac8 100644 (file)
@@ -13,10 +13,10 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
                     file://licenses/COPYING.UCB;md5=263860f8968d8bafa5392cab74285262 \
                     file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
-DEPENDS = "zlib ncurses virtual/libintl"
-DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
-
 inherit autotools gettext
+DEPENDS = "zlib ncurses"
+DEPENDS_virtclass-native_append = " lzo-native"
+
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux-ng/v${MAJOR_VERSION}/util-linux-ng-${PV}.tar.bz2 \
            file://MCONFIG \