aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apt
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-08 14:26:05 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-08 14:30:54 -0700
commit6dd623408857154eea9cdb7c4de7c023a12498ac (patch)
treeba4371cf34959e8920be039e13f8c6b641f3166d /recipes/apt
parentead41015961eb8961e1bfbd38059c6346ae93ba7 (diff)
downloadopenembedded-6dd623408857154eea9cdb7c4de7c023a12498ac.tar.gz
apt-native.inc: Update DEPENDS based on already inheriting gettext
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/apt')
-rw-r--r--recipes/apt/apt-native.inc2
1 files changed, 1 insertions, 1 deletions
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"