diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 15:16:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:08:06 +0200 |
commit | 04e886124d1640df0d045d295c6a37fcd3dd591a (patch) | |
tree | 9003fbc8805a58d54563c0bc456ad513c39338f4 /packages/apt/apt-native.inc | |
parent | 6e7714846b1931d12af941938b2a547ca55adaa9 (diff) |
apt: add 0.7.14 (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4710 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'packages/apt/apt-native.inc')
-rw-r--r-- | packages/apt/apt-native.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc index 75cd8f47cd..c3814842e0 100644 --- a/packages/apt/apt-native.inc +++ b/packages/apt/apt-native.inc @@ -1,10 +1,10 @@ require apt.inc inherit native -DEPENDS += "dpkg-native curl-native db-native" +DEPENDS += "dpkg-native curl-native db-native gettext-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" -USE_NLS = "no" +USE_NLS = "yes" SRC_URI += "file://db_linking_hack.patch;patch=1" |