diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.7.14.bb')
| -rw-r--r-- | meta/recipes-devtools/apt/apt_0.7.14.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb new file mode 100644 index 0000000000..0ea9b48142 --- /dev/null +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DEPENDS = "curl db" | ||
| 2 | RDEPENDS = "dpkg" | ||
| 3 | |||
| 4 | require apt.inc | ||
| 5 | |||
| 6 | PR = "r3" | ||
| 7 | |||
| 8 | SRC_URI += "file://nodoc.patch \ | ||
| 9 | file://includes-fix.patch" | ||
| 10 | |||
| 11 | require apt-package.inc | ||
| 12 | |||
| 13 | FILES_${PN} += "${bindir}/apt-key" | ||
| 14 | apt-manpages += "doc/apt-key.8" | ||
| 15 | |||
