blob: a6f9f9e2230383f37982d4df326647c7e1536860 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include apt.inc
PR = "r2"
SRC_URI += "file://autofoo.patch;patch=1"
inherit autotools gettext
include apt-package.inc
FILES_${PN} += "${bindir}/apt-key"
apt-manpages += "doc/apt-key.8"
|