aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt_0.9.9.4.bb
diff options
context:
space:
mode:
authorIonut Radu <ionutx.radu@intel.com>2013-07-31 16:58:51 +0300
committerSaul Wold <sgw@linux.intel.com>2013-08-02 08:01:39 -0700
commitad69f62e42c131dcccd33b0e39c61a431f581bea (patch)
tree1f27e87776f0c5b72b94dd4bcd0b9e07e04b2f51 /meta/recipes-devtools/apt/apt_0.9.9.4.bb
parent2158003ea4b9879fdef34488462cc59450638218 (diff)
downloadopenembedded-core-ad69f62e42c131dcccd33b0e39c61a431f581bea.tar.gz
apt: Upgrade from 0.9.8.2 to 0.9.9.4
makerace.patch: adapted to the new version Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.9.9.4.bb')
-rw-r--r--meta/recipes-devtools/apt/apt_0.9.9.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.9.9.4.bb b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
new file mode 100644
index 0000000000..ae9ed6cb66
--- /dev/null
+++ b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
@@ -0,0 +1,18 @@
+DEPENDS = "curl db"
+RDEPENDS_${PN} = "dpkg"
+LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
+require apt.inc
+
+SRC_URI[md5sum] = "72b3283acd9b99868da5545f0499b0da"
+SRC_URI[sha256sum] = "770cb94d7f4c922c2a1516f2b5ec852d3ad668a8c9c3713ac2528c861b7fa79a"
+
+require apt-package.inc
+
+FILES_${PN} += "${bindir}/apt-key"
+apt-manpages += "doc/apt-key.8"
+
+do_install_append() {
+ #Write the correct apt-architecture to apt.conf
+ APT_CONF=${D}/etc/apt/apt.conf
+ echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF}
+}