]> code.ossystems Code Review - openembedded-core.git/commitdiff
init-system-helpers: upgrade 1.60 -> 1.62
authorwangmy <wangmy@fujitsu.com>
Wed, 23 Feb 2022 11:03:11 +0000 (19:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 12:39:00 +0000 (12:39 +0000)
Changelog:
=========
* use fakechroot instead of unsharing the mount namespace and mounting tmpfs
* deb-systemd-invoke: systemctl --machine @<UID> 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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/init-system-helpers_1.62.bb [moved from meta/recipes-core/initscripts/init-system-helpers_1.60.bb with 96% similarity]

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 187bb8326b2f37a03160f9c809406fc17d584b0e..d5c05ff8e579815333ac91acd47990bf2212a39c 100644 (file)
@@ -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"