diff options
author | wangmy <wangmy@fujitsu.com> | 2022-02-23 19:03:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 12:41:24 +0000 |
commit | 60214a618e69a79d09a06e9a118adcb8f542954d (patch) | |
tree | 6e0555fa03f4d2a3a1e1359635e02683159b7981 /meta/recipes-core/initscripts | |
parent | de6ffe242616b25aba20cdfb10989bbaf1f3cb95 (diff) | |
download | poky-60214a618e69a79d09a06e9a118adcb8f542954d.tar.gz |
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 @<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
(From OE-Core rev: 5ee6558c4364d49a0e003648ac49f58f1fb41765)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initscripts')
-rw-r--r-- | meta/recipes-core/initscripts/init-system-helpers_1.62.bb (renamed from meta/recipes-core/initscripts/init-system-helpers_1.60.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb b/meta/recipes-core/initscripts/init-system-helpers_1.62.bb index 187bb8326b..d5c05ff8e5 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" | |||
16 | LICENSE = "BSD-3-Clause & GPL-2.0-only" | 16 | LICENSE = "BSD-3-Clause & GPL-2.0-only" |
17 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" | 17 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" |
18 | 18 | ||
19 | SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee" | 19 | SRCREV = "bbe4b508f3216cdc124683ba449e2295974a6b4a" |
20 | SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" | 20 | SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |