summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/debianutils
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2023-12-20 12:43:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-23 08:46:00 +0000
commit62e87836c419f8f3ff3af0b0e24d2c9cc96fd9e6 (patch)
treeaa9851afb29c4276a348654ac099e792f281fa76 /meta/recipes-support/debianutils
parentdeab1148b39b120a74d597e482e7e8addbcf541e (diff)
downloadpoky-62e87836c419f8f3ff3af0b0e24d2c9cc96fd9e6.tar.gz
debianutils: upgrade 5.14 -> 5.15
ChangeLog: * Shellscript compatibility with BSD and Mac, for "which -s" * d/tests/smoke: Update to test "which -s" (From OE-Core rev: 06a2f55337d36c2fb18cd360fa70908542114d44) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/debianutils')
-rw-r--r--meta/recipes-support/debianutils/debianutils_5.15.bb (renamed from meta/recipes-support/debianutils/debianutils_5.14.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.14.bb b/meta/recipes-support/debianutils/debianutils_5.15.bb
index deec8d1fe8..b1368a3b2e 100644
--- a/meta/recipes-support/debianutils/debianutils_5.14.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.15.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 \ 11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
12 " 12 "
13 13
14SRCREV = "7e63b32ea4126c70a5da958f0106add267810a94" 14SRCREV = "d886c15810b58e57411048f57d7fb941a6819987"
15 15
16inherit autotools update-alternatives 16inherit autotools update-alternatives
17 17