summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-08-05 15:41:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-07 12:11:16 +0100
commit32a35e07a05f14d40b358a28b9717aa4da538485 (patch)
tree4e28c48dca883c747dd12e2e98de0a6fc39f4a95
parentde8406c8b2e552c489bfe57602c996d7121dfdc9 (diff)
downloadpoky-32a35e07a05f14d40b358a28b9717aa4da538485.tar.gz
debianutils: upgrade 5.23.1 -> 5.23.2
ChangeLog: * run-parts: Remove warning on non-existing directory with `--list`. It was emitted to `stdout` and even on `stderr` it would cause issues. (From OE-Core rev: f7417aa1629b5f2276e39a382485b9ff25b0fe4a) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/debianutils/debianutils_5.23.2.bb (renamed from meta/recipes-support/debianutils/debianutils_5.23.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.23.1.bb b/meta/recipes-support/debianutils/debianutils_5.23.2.bb
index 96ea9063bf..b2e984f7dc 100644
--- a/meta/recipes-support/debianutils/debianutils_5.23.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.23.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9
11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master;tag=debian/${PV} \ 11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master;tag=debian/${PV} \
12 " 12 "
13 13
14SRCREV = "ab0eaf33b783ba578773af2557753d2b973ba5bb" 14SRCREV = "b999bb0969471d302f1db85e58f17dcb64f274c2"
15 15
16inherit autotools update-alternatives 16inherit autotools update-alternatives
17 17