diff options
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" |