diff mbox series

[06/26] dpkg: update 1.21.20 -> 1.21.21

Message ID 20230309151958.3619193-6-alex@linutronix.de
State Accepted, archived
Commit a79382c53aa8fcf143192b3aa275ab9758af8fdf
Headers show
Series [01/26] devtool/upgrade: do not delete the workspace/recipes directory | expand

Commit Message

Alexander Kanavin March 9, 2023, 3:19 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../dpkg/{dpkg_1.21.20.bb => dpkg_1.21.21.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/dpkg/{dpkg_1.21.20.bb => dpkg_1.21.21.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.20.bb b/meta/recipes-devtools/dpkg/dpkg_1.21.21.bb
similarity index 93%
rename from meta/recipes-devtools/dpkg/dpkg_1.21.20.bb
rename to meta/recipes-devtools/dpkg/dpkg_1.21.21.bb
index a6ed4fd429..a19a96ef06 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.21.20.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.21.21.bb
@@ -1,7 +1,7 @@ 
 require dpkg.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \
+SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.21.x \
            file://noman.patch \
            file://remove-tar-no-timestamp.patch \
            file://arch_pm.patch \
@@ -18,6 +18,6 @@  SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main
 
 SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
 
-SRCREV = "6c5140f124925ad4eb12fb2c8e83a050028bbc1f"
+SRCREV = "9ef736b7b3a5fa0d6e991e8475eb2e3151fec345"
 
 S = "${WORKDIR}/git"