diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-21 14:00:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-21 14:00:13 +0000 |
commit | 2075cb72ac072d658f68c15e1f0e1e41b1e96233 (patch) | |
tree | e13c6591b132cf6ed3faedff79ed4717a1d0767d /meta/packages/apt/apt.inc | |
parent | a4b8304b62d6bf4b522769d5d9283050a5e63f3c (diff) | |
download | poky-2075cb72ac072d658f68c15e1f0e1e41b1e96233.tar.gz |
apt: Add db/db-native as a DEPENDS so apt-ftparchive gets built (needed by deb rootfs creation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2531 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index 6c9632e8ff..92507be188 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Advanced front-end for dpkg." | 1 | DESCRIPTION = "Advanced front-end for dpkg." |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | DEPENDS = "curl" | 4 | DEPENDS = "curl db" |
5 | RDEPENDS = "dpkg" | 5 | RDEPENDS = "dpkg" |
6 | 6 | ||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ |