diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:46:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:46:36 +0000 |
commit | 4b7d466fa0ed0f88f14dd381d4e00276fa3ae83e (patch) | |
tree | bd4abece3ae69cf710b48b18f22f766518441ce9 /packages/apt/apt_0.6.45exp2.bb | |
parent | dac73415c1d8a09ab1c085b62c566496dc2b1711 (diff) |
apt: sync with poky
Diffstat (limited to 'packages/apt/apt_0.6.45exp2.bb')
-rw-r--r-- | packages/apt/apt_0.6.45exp2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/apt/apt_0.6.45exp2.bb b/packages/apt/apt_0.6.45exp2.bb new file mode 100644 index 0000000000..1cd8eb270e --- /dev/null +++ b/packages/apt/apt_0.6.45exp2.bb @@ -0,0 +1,9 @@ +require apt.inc + +SRC_URI += "file://autofoo.patch;patch=1 \ + file://nodoc.patch;patch=1" + +require apt-package.inc + +FILES_${PN} += "${bindir}/apt-key" +apt-manpages += "doc/apt-key.8" |