diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-08-02 15:12:26 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
| commit | a78cf57aa35fba53db5c0dde6c0b0d1b609f1814 (patch) | |
| tree | c03af6eba85816d66dea33969bd3e8faf1a5c876 /meta/recipes-devtools/dpkg | |
| parent | a49fb701de3c868b2a07a4f3acff02e6638dbb0f (diff) | |
| download | poky-a78cf57aa35fba53db5c0dde6c0b0d1b609f1814.tar.gz | |
dpkg: upgrade 1.22.11 -> 1.22.21
All executables and scripts (except for start-stop-daemon script)
were moved from sbin to bin after the following commit:
https://salsa.debian.org/dpkg-team/dpkg/-/commit/12e3bc2991ac27f73545a246bb95b84fb8d262c9
Changelog: https://salsa.debian.org/dpkg-team/dpkg/-/blob/main/debian/changelog
(From OE-Core rev: b48858e1a4cafebd96c1f92a6fd5ee963e10e590)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.22.21.bb (renamed from meta/recipes-devtools/dpkg/dpkg_1.22.11.bb) | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index f87d0739ad..dea1894a4c 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
| @@ -50,9 +50,9 @@ do_install:append () { | |||
| 50 | if [ "${PN}" = "dpkg-native" ]; then | 50 | if [ "${PN}" = "dpkg-native" ]; then |
| 51 | # update-alternatives doesn't have an offline mode | 51 | # update-alternatives doesn't have an offline mode |
| 52 | rm ${D}${bindir}/update-alternatives | 52 | rm ${D}${bindir}/update-alternatives |
| 53 | sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env nativeperl|' ${D}${bindir}/dpkg-* ${D}${sbindir}/dpkg-* | 53 | sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env nativeperl|' ${D}${bindir}/dpkg-* |
| 54 | else | 54 | else |
| 55 | sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env perl|' ${D}${bindir}/dpkg-* ${D}${sbindir}/dpkg-* | 55 | sed -i -e 's|^#!.*${STAGING_BINDIR_NATIVE}/perl-native.*/perl|#!/usr/bin/env perl|' ${D}${bindir}/dpkg-* |
| 56 | fi | 56 | fi |
| 57 | } | 57 | } |
| 58 | 58 | ||
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.22.11.bb b/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb index adceebf8e6..cc30b71109 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.22.11.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.22.21.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require dpkg.inc | 1 | require dpkg.inc |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 3 | 3 | ||
| 4 | SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \ | 4 | SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.22.x;tag=${PV} \ |
| 5 | file://noman.patch \ | 5 | file://noman.patch \ |
| 6 | file://remove-tar-no-timestamp.patch \ | 6 | file://remove-tar-no-timestamp.patch \ |
| 7 | file://arch_pm.patch \ | 7 | file://arch_pm.patch \ |
| @@ -17,5 +17,4 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main | |||
| 17 | 17 | ||
| 18 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | 18 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" |
| 19 | 19 | ||
| 20 | SRCREV = "ee7e9118d0a9581cb00c5ce02dccd561b3096387" | 20 | SRCREV = "d72b038fd2113cb62972e4071db03dd1388394d8" |
| 21 | |||
