summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg_1.19.4.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-02-22 01:47:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 10:43:07 +0000
commit70e2baa4bd256b7ab0b177331c37883ab32bb8c1 (patch)
treee4fe5b2b14589699b087a0f55bb76041a5285ab6 /meta/recipes-devtools/dpkg/dpkg_1.19.4.bb
parent4cae7e17b13dbe162aaadb43b9b8540f88d84891 (diff)
downloadpoky-70e2baa4bd256b7ab0b177331c37883ab32bb8c1.tar.gz
dpkg: 1.18.25 -> 1.19.4
Upgrade dpkg from 1.18.25 to 1.19.4: * update SRC_URI which DEBIAN_MIRROR * un-export PERL which causes script scripts/dpkg-architecture.pl fails to get cpu type and package arch * add configure option '--disable-update-alternatives' which causes installed-vs-shipped issue * add patch for dpkg-native to resolve host tar may not support options --owner=NAME:ID and --group=NAME:ID * update context of patches * drop dpkg-configure.service that apt provides a systemd timer to do it (From OE-Core rev: 5185b6fe3d4fa9b53baffa6ee419da60ac056da2) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.19.4.bb')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg_1.19.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.19.4.bb b/meta/recipes-devtools/dpkg/dpkg_1.19.4.bb
new file mode 100644
index 0000000000..c3dbda77a4
--- /dev/null
+++ b/meta/recipes-devtools/dpkg/dpkg_1.19.4.bb
@@ -0,0 +1,22 @@
1require dpkg.inc
2LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
3
4SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz \
5 file://noman.patch \
6 file://remove-tar-no-timestamp.patch \
7 file://arch_pm.patch \
8 file://add_armeb_triplet_entry.patch \
9 file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \
10 file://0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch \
11 file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \
12 file://0005-dpkg-compiler.m4-remove-Wvla.patch \
13 file://0006-add-musleabi-to-known-target-tripets.patch \
14 file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \
15 file://0001-dpkg-Support-muslx32-build.patch \
16 "
17SRC_URI_append_class-native = " file://glibc2.5-sync_file_range.patch \
18 file://tweak-options-require-tar-1.27.patch \
19"
20
21SRC_URI[md5sum] = "1e4420409426d8c58bbe13a8e07c0c0b"
22SRC_URI[sha256sum] = "c15234e98655689586bff2d517a6fdc6135d139c54d52ae9cfa6a90007fee0ae"