summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/apt-native.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-01 17:05:43 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-01 17:05:43 +0000
commit1e6f5d36fe5b595b4d36c19ff243a32c6fa0d750 (patch)
treed71feb366e000532af45b1cf7e2878bf0fd3a17c /meta/packages/apt/apt-native.inc
parent18b9e6e620a3fe898154dccdc52baeb4563a85b3 (diff)
downloadpoky-1e6f5d36fe5b595b4d36c19ff243a32c6fa0d750.tar.gz
apt: 0.6.46 -> 0.7.2 (and fix DEPENDS/RDEPENDS)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2070 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt-native.inc')
-rw-r--r--meta/packages/apt/apt-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc
index 763ab17d13..942f4991d3 100644
--- a/meta/packages/apt/apt-native.inc
+++ b/meta/packages/apt/apt-native.inc
@@ -1,7 +1,7 @@
1require apt.inc 1require apt.inc
2inherit native 2inherit native
3 3
4DEPENDS += "dpkg-native" 4DEPENDS += "dpkg-native curl-native"
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" 5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
6PACKAGES = "" 6PACKAGES = ""
7USE_NLS = "no" 7USE_NLS = "no"