diff options
Diffstat (limited to 'apt/apt_0.6.25.oe')
-rw-r--r-- | apt/apt_0.6.25.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apt/apt_0.6.25.oe b/apt/apt_0.6.25.oe index e69de29bb2..ac50771e92 100644 --- a/apt/apt_0.6.25.oe +++ b/apt/apt_0.6.25.oe @@ -0,0 +1,11 @@ +include apt.inc + +PR = "r1" +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" |