summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.9.8.2.bb
diff options
context:
space:
mode:
authorIonut Radu <ionutx.radu@intel.com>2013-06-27 13:07:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-02 22:23:46 +0100
commit70a26477ce93f0083cab98d1aeeb98ca6ec34343 (patch)
tree37de15b16e5b740ca920ada192ef32e8469d4638 /meta/recipes-devtools/apt/apt_0.9.8.2.bb
parentfcea0bb9733fe5b8bd003e477a845b5612a5d960 (diff)
downloadpoky-70a26477ce93f0083cab98d1aeeb98ca6ec34343.tar.gz
apt: Updated from 0.9.8.1 to 0.9.8.2
(From OE-Core rev: 1500b4e7f6adec612efbdebad6a08a1efeeda7b6) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> [sgw - fixed apt-native checksums] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.9.8.2.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_0.9.8.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.9.8.2.bb b/meta/recipes-devtools/apt/apt_0.9.8.2.bb
new file mode 100644
index 0000000000..12952a9b8b
--- /dev/null
+++ b/meta/recipes-devtools/apt/apt_0.9.8.2.bb
@@ -0,0 +1,18 @@
1DEPENDS = "curl db"
2RDEPENDS_${PN} = "dpkg"
3LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
4require apt.inc
5
6SRC_URI[md5sum] = "956bb906224a5662111d353ab11a0347"
7SRC_URI[sha256sum] = "cb0360e218490d875dc1e9e15c4e0ba0b53c7f512a6c98253f2eb07877be5106"
8
9require apt-package.inc
10
11FILES_${PN} += "${bindir}/apt-key"
12apt-manpages += "doc/apt-key.8"
13
14do_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}