apt: moved apt dependencies to apt recipe (from Poky)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:31:59 +0000 (13:31 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:08:45 +0000 (20:08 +0200)
git-svn-id: https://svn.o-hand.com/repos/poky@4746 311d38ba-8fff-0310-9ca6-ca027cbcb966

packages/apt/apt.inc
packages/apt/apt_0.7.14.bb

index 4bd4b70..cfa3b71 100644 (file)
@@ -1,8 +1,6 @@
 DESCRIPTION = "Advanced front-end for dpkg."
 LICENSE = "GPL"
 SECTION = "base"
-DEPENDS = "curl db"
-RDEPENDS = "dpkg"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
            file://no-ko-translation.patch;patch=1 \
index babd35e..0da3657 100644 (file)
@@ -1,3 +1,6 @@
+DEPENDS = "curl db"
+RDEPENDS = "dpkg"
+
 require apt.inc
 
 PR = "r1"