From ade5821ea35c86eaab93fe0a72d1f36150ca514d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:07:59 +0800 Subject: [PATCH] debianutils: upgrade 5.16 -> 5.17 Changelog: ============= * run-parts.c: Forward last exit code to preserve exit status. * d/tests/control: Add run-parts.test to autopkgtests. * d/tests/run-parts.test: Move run-parts testing here and add testing for the --exit-on-error option. * d/tests/smoke: Remove duplicate run-parts testing. * acinclude.m4: Bump DEBIANUTILS_VERSION from 5.14 to 5.17. (From OE-Core rev: 12e6f8b91d7d8e2415122eb96289d8b91dbb23e2) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../debianutils/{debianutils_5.16.bb => debianutils_5.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/debianutils/{debianutils_5.16.bb => debianutils_5.17.bb} (97%) diff --git a/meta/recipes-support/debianutils/debianutils_5.16.bb b/meta/recipes-support/debianutils/debianutils_5.17.bb similarity index 97% rename from meta/recipes-support/debianutils/debianutils_5.16.bb rename to meta/recipes-support/debianutils/debianutils_5.17.bb index ec629d8b73..c5f25bae40 100644 --- a/meta/recipes-support/debianutils/debianutils_5.16.bb +++ b/meta/recipes-support/debianutils/debianutils_5.17.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9 SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ " -SRCREV = "9e0facf19b17b6d090a5dcc8cacb0c16e5ad9f72" +SRCREV = "baf12e98a02883d1b76081e32f2185ee3497570b" inherit autotools update-alternatives