git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead4101
)
apt-native.inc: Update DEPENDS based on already inheriting gettext
author
Tom Rini
<tom_rini@mentor.com>
Tue, 8 Mar 2011 21:26:05 +0000
(14:26 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/apt/apt-native.inc
b/recipes/apt/apt-native.inc
index
90f3ec5
..
041d49d
100644
(file)
--- 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"