apt-native.inc: Update DEPENDS based on already inheriting gettext
authorTom Rini <tom_rini@mentor.com>
Tue, 8 Mar 2011 21:26:05 +0000 (14:26 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 8 Mar 2011 21:30:54 +0000 (14:30 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/apt/apt-native.inc

index 90f3ec5..041d49d 100644 (file)
@@ -1,7 +1,7 @@
 require apt.inc
 inherit native
 
-DEPENDS = "perl-native dpkg-native gettext-native"
+DEPENDS = "perl-native dpkg-native"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
 PACKAGES = ""
 USE_NLS = "yes"