diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.9.7.8.bb')
-rw-r--r-- | meta/recipes-devtools/apt/apt_0.9.7.8.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.9.7.8.bb b/meta/recipes-devtools/apt/apt_0.9.7.8.bb new file mode 100644 index 0000000000..9653ee9a51 --- /dev/null +++ b/meta/recipes-devtools/apt/apt_0.9.7.8.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DEPENDS = "curl db" | ||
2 | RDEPENDS_${PN} = "dpkg" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
4 | require apt.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "d44f459d59d8fa7fc5f455f1f982f08c" | ||
7 | SRC_URI[sha256sum] = "9570905992f4a83b0c182f11f9e0a8c20a1209a52996d1a01ddbfa359ae2c819" | ||
8 | |||
9 | require apt-package.inc | ||
10 | |||
11 | FILES_${PN} += "${bindir}/apt-key" | ||
12 | apt-manpages += "doc/apt-key.8" | ||
13 | |||
14 | do_install_append() { | ||
15 | #Write the correct apt-architecture to apt.conf | ||
16 | APT_CONF=${D}/etc/apt/apt.conf | ||
17 | echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF} | ||
18 | } | ||