From: wangmy Date: Wed, 23 Feb 2022 11:03:11 +0000 (+0800) Subject: init-system-helpers: upgrade 1.60 -> 1.62 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee6558c4364d49a0e003648ac49f58f1fb41765;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git init-system-helpers: upgrade 1.60 -> 1.62 Changelog: ========= * use fakechroot instead of unsharing the mount namespace and mounting tmpfs * deb-systemd-invoke: systemctl --machine @ is now available in v249.10. Adjust the version check accordingly * Skip build-time tests if DEB_BUILD_OPTIONS=nocheck is set * Fix typos found by Lintian * Set Rules-Requires-Root: no Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb b/meta/recipes-core/initscripts/init-system-helpers_1.62.bb similarity index 96% rename from meta/recipes-core/initscripts/init-system-helpers_1.60.bb rename to meta/recipes-core/initscripts/init-system-helpers_1.62.bb index 187bb8326b2..d5c05ff8e57 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.62.bb @@ -16,7 +16,7 @@ SECTION = "base" LICENSE = "BSD-3-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" -SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee" +SRCREV = "bbe4b508f3216cdc124683ba449e2295974a6b4a" SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" S = "${WORKDIR}/git"