diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:51:49 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
| commit | a948c258f6589b1f9a760079095165cf023b99d5 (patch) | |
| tree | a09bf4e54cb66eaebe2623d0c41518b12333cd45 /meta/recipes-devtools/dpkg/dpkg_1.20.0.bb | |
| parent | a863a5461229f193e2e7b3799f64d5f5747264ec (diff) | |
| download | poky-a948c258f6589b1f9a760079095165cf023b99d5.tar.gz | |
dpkg: upgrade 1.19.7 -> 1.20.0
(From OE-Core rev: 72166e5dbbf6b2c89f890caf1c33d9e4f98cf925)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.20.0.bb')
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.20.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.20.0.bb b/meta/recipes-devtools/dpkg/dpkg_1.20.0.bb new file mode 100644 index 0000000000..1e822bbdf5 --- /dev/null +++ b/meta/recipes-devtools/dpkg/dpkg_1.20.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | require dpkg.inc | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 3 | |||
| 4 | SRC_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://0006-add-musleabi-to-known-target-tripets.patch \ | ||
| 13 | file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \ | ||
| 14 | file://0001-dpkg-Support-muslx32-build.patch \ | ||
| 15 | file://pager.patch \ | ||
| 16 | file://0001-Add-support-for-riscv32-CPU.patch \ | ||
| 17 | " | ||
| 18 | SRC_URI_append_class-native = " \ | ||
| 19 | file://tweak-options-require-tar-1.27.patch \ | ||
| 20 | " | ||
| 21 | |||
| 22 | SRC_URI[md5sum] = "f88f077236a3ff3decae3b25c989893d" | ||
| 23 | SRC_URI[sha256sum] = "b633cc2b0e030efb61e11029d8a3fb1123f719864c9992da2e52b471c96d0900" | ||
