[oe-commits] Tom Rini : apt-native.inc: Update DEPENDS based on already inheriting gettext

git version control git at git.openembedded.org
Tue Mar 8 21:33:31 UTC 2011


Module: openembedded.git
Branch: master
Commit: 6dd623408857154eea9cdb7c4de7c023a12498ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6dd623408857154eea9cdb7c4de7c023a12498ac

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Mar  8 14:26:05 2011 -0700

apt-native.inc: Update DEPENDS based on already inheriting gettext

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/apt/apt-native.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/apt/apt-native.inc b/recipes/apt/apt-native.inc
index 90f3ec5..041d49d 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"





More information about the Openembedded-commits mailing list