From 6dd623408857154eea9cdb7c4de7c023a12498ac Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 8 Mar 2011 14:26:05 -0700 Subject: [PATCH] apt-native.inc: Update DEPENDS based on already inheriting gettext Signed-off-by: Tom Rini --- recipes/apt/apt-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5