summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.9.8.1.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.1.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.1.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_0.9.8.1.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.9.8.1.bb b/meta/recipes-devtools/apt/apt_0.9.8.1.bb
deleted file mode 100644
index 445d14c4b2..0000000000
--- a/meta/recipes-devtools/apt/apt_0.9.8.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DEPENDS = "curl db"
2RDEPENDS_${PN} = "dpkg"
3LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
4require apt.inc
5
6SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594"
7SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f"
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}