diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-30 13:31:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-30 13:31:59 +0000 |
commit | 5ec2c0bcdf7c05cc51ff88d37fc4262d3a73f82e (patch) | |
tree | ccbb6c540ef7e8089f585a491b4eef317898b1f0 /meta/packages/apt/apt_0.7.14.bb | |
parent | d6c1ea97f3b1f9d8ff26f2b0cc151fca6c792933 (diff) | |
download | poky-5ec2c0bcdf7c05cc51ff88d37fc4262d3a73f82e.tar.gz |
apt: moved apt dependencies to apt recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4746 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt_0.7.14.bb')
-rw-r--r-- | meta/packages/apt/apt_0.7.14.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/apt/apt_0.7.14.bb b/meta/packages/apt/apt_0.7.14.bb index babd35e71c..0da36571ee 100644 --- a/meta/packages/apt/apt_0.7.14.bb +++ b/meta/packages/apt/apt_0.7.14.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | DEPENDS = "curl db" | ||
2 | RDEPENDS = "dpkg" | ||
3 | |||
1 | require apt.inc | 4 | require apt.inc |
2 | 5 | ||
3 | PR = "r1" | 6 | PR = "r1" |