From: Tom Rini Date: Tue, 8 Mar 2011 21:26:05 +0000 (-0700) Subject: apt-native.inc: Update DEPENDS based on already inheriting gettext X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd623408857154eea9cdb7c4de7c023a12498ac;p=openembedded.git apt-native.inc: Update DEPENDS based on already inheriting gettext Signed-off-by: Tom Rini --- diff --git a/recipes/apt/apt-native.inc b/recipes/apt/apt-native.inc index 90f3ec5b53..041d49dbde 100644 --- a/recipes/apt/apt-native.inc +++ b/recipes/apt/apt-native.inc @@ -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"