]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: 0.6.46 -> 0.7.2 (and fix DEPENDS/RDEPENDS)
authorRichard Purdie <richard@openedhand.com>
Sun, 1 Jul 2007 17:05:43 +0000 (17:05 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 1 Jul 2007 17:05:43 +0000 (17:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2070 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt-0.7.2/noconfigure.patch [moved from meta/packages/apt/apt-0.6.46.2/noconfigure.patch with 100% similarity]
meta/packages/apt/apt-0.7.2/nodoc.patch [moved from meta/packages/apt/apt-0.6.46.2/nodoc.patch with 100% similarity]
meta/packages/apt/apt-native.inc
meta/packages/apt/apt-native_0.7.2.bb [moved from meta/packages/apt/apt-native_0.6.46.2.bb with 100% similarity]
meta/packages/apt/apt.inc
meta/packages/apt/apt_0.7.2.bb [moved from meta/packages/apt/apt_0.6.46.2.bb with 100% similarity]

index 763ab17d13e2d3415787a877a7c462f5d4bfc6b2..942f4991d34071e1a2e20fa70b99fa8ff2adf7f1 100644 (file)
@@ -1,7 +1,7 @@
 require apt.inc
 inherit native
 
-DEPENDS += "dpkg-native"
+DEPENDS += "dpkg-native curl-native"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
 PACKAGES = ""
 USE_NLS = "no"
index 972828c6d9497f2db8635367e58aee93e03b9cb2..6c9632e8ff5ff00aa7d66b968d09b31d8b7b6607 100644 (file)
@@ -1,6 +1,8 @@
 DESCRIPTION = "Advanced front-end for dpkg."
 LICENSE = "GPL"
 SECTION = "base"
+DEPENDS = "curl"
+RDEPENDS = "dpkg"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
            file://environment.patch;patch=1"