]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: moved apt dependencies to apt recipe
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:31:59 +0000 (13:31 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:31:59 +0000 (13:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4746 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index af08aa5d118e01fe7e8ab3c9b1202b6afa705a7b..be764de21c51354af49292c946ece3a064eb7fc7 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 babd35e71cc5c6082b86e370cff76bbf199e75e4..0da36571ee3b0be685c80c78ffa45f296ad01faf 100644 (file)
@@ -1,3 +1,6 @@
+DEPENDS = "curl db"
+RDEPENDS = "dpkg"
+
 require apt.inc
 
 PR = "r1"