Files
poky/meta/packages/apt/apt_0.7.14.bb
Marcin Juszkiewicz 5ec2c0bcdf apt: moved apt dependencies to apt recipe
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4746 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-30 13:31:59 +00:00

14 lines
200 B
BlitzBasic

DEPENDS = "curl db"
RDEPENDS = "dpkg"
require apt.inc
PR = "r1"
SRC_URI += "file://nodoc.patch;patch=1"
require apt-package.inc
FILES_${PN} += "${bindir}/apt-key"
apt-manpages += "doc/apt-key.8"