diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-19 20:30:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-20 15:18:30 +0000 |
| commit | e5f185903f422d5d6b9828162cd8d89a76f8c953 (patch) | |
| tree | 8c9eb050e4a533b37e0b2f5a624a1fa4b5193cca /meta/recipes-devtools/dpkg/dpkg_1.21.19.bb | |
| parent | 9d29d921873a0c947c9bbb43847e0318f96e49e7 (diff) | |
| download | poky-e5f185903f422d5d6b9828162cd8d89a76f8c953.tar.gz | |
dpkg: upgrade 1.21.19 -> 1.21.20
(From OE-Core rev: e31998514ea509cbe7bebc364f68313453e4307f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg_1.21.19.bb')
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.21.19.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.19.bb b/meta/recipes-devtools/dpkg/dpkg_1.21.19.bb deleted file mode 100644 index 8d0eb40bd6..0000000000 --- a/meta/recipes-devtools/dpkg/dpkg_1.21.19.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | require dpkg.inc | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 3 | |||
| 4 | SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \ | ||
| 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 | |||
| 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | ||
| 20 | |||
| 21 | SRCREV = "2f3105279e0fb2255f39b2e9a11f15837cacd44b" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
