mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
apt: Upgrade from 0.9.8.2 to 0.9.9.4
makerace.patch: adapted to the new version (From OE-Core rev: ad69f62e42c131dcccd33b0e39c61a431f581bea) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
338b0e7b0f
commit
8d68f1695c
18
meta/recipes-devtools/apt/apt_0.9.9.4.bb
Normal file
18
meta/recipes-devtools/apt/apt_0.9.9.4.bb
Normal file
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user