summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-12 17:02:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-13 10:29:20 +0100
commitc21d7e4628fd9b367e3f659fc9b51c227b431b57 (patch)
treef5d6bf1daf079bc6bc978a6909d4151b9f577c94
parent3122b38dfa899a76fe012230d3352e9337c2066e (diff)
downloadpoky-c21d7e4628fd9b367e3f659fc9b51c227b431b57.tar.gz
debianutils: upgrade 5.21 -> 5.22
(From OE-Core rev: 8023bf9b54f125342532361d5eed8cde4eb3eb4f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/debianutils/debianutils_5.22.bb (renamed from meta/recipes-support/debianutils/debianutils_5.21.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.21.bb b/meta/recipes-support/debianutils/debianutils_5.22.bb
index e0485b24a3..f5deead51a 100644
--- a/meta/recipes-support/debianutils/debianutils_5.21.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.22.bb
@@ -8,10 +8,10 @@ SECTION = "base"
8LICENSE = "GPL-2.0-only & SMAIL_GPL" 8LICENSE = "GPL-2.0-only & SMAIL_GPL"
9LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9" 9LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9"
10 10
11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ 11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master;tag=debian/${PV} \
12 " 12 "
13 13
14SRCREV = "ae002b498f2e310c934a0b3f0992e83391f108c7" 14SRCREV = "528fac5c7448989f33c54599ae6e4c2b84d41e21"
15 15
16inherit autotools update-alternatives 16inherit autotools update-alternatives
17 17