util-linux-ng.inc: Update DEPENDS based on already inheriting gettext
authorTom Rini <tom_rini@mentor.com>
Tue, 8 Mar 2011 21:28:52 +0000 (14:28 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 8 Mar 2011 21:31:16 +0000 (14:31 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/util-linux-ng/util-linux-ng.inc

index 0617b4d..2b5ab92 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system."
 SECTION = "base"
 LICENSE = "GPL"
-DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} zlib ncurses virtual/libintl"
-DEPENDS_virtclass-native = "zlib-native gettext-native"
+DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} zlib ncurses"
+DEPENDS_virtclass-native = "zlib-native"
 
 inherit autotools gettext