diff options
| author | Jiaqing Zhao <jiaqing.zhao@linux.intel.com> | 2022-05-23 10:20:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-23 21:31:31 +0100 |
| commit | 80135f1cf2beeb43fec150fd7b942367b2401b90 (patch) | |
| tree | fddb7240235d6ddf502d1c5409dc7d3a4d309b6f /meta/recipes-core/systemd/systemd_250.5.bb | |
| parent | c2dc736f15b6bd02d1a1e779bdb097e99367ada7 (diff) | |
| download | poky-80135f1cf2beeb43fec150fd7b942367b2401b90.tar.gz | |
systemd: Correct path returned in sd_path_lookup()
In oe-core, sysusers.d/sysctl.d/binfmt.d/modules-load.d are still kept
under /usr/lib instead of /lib changed in systemd v246. This patch
corrects the SD_PATH_{SYSUSERS,SYSCTL,BINFMT,MODULES_LOAD} returned
in sd_path_lookup() back to the /usr/lib ones.
Also updates the patch description and upstream status.
(From OE-Core rev: 8d913ab6db3ae4b2786a64a086d519a40dcb8c4d)
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_250.5.bb')
| -rw-r--r-- | meta/recipes-core/systemd/systemd_250.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_250.5.bb b/meta/recipes-core/systemd/systemd_250.5.bb index 81fe0c88e0..006b2f86ea 100644 --- a/meta/recipes-core/systemd/systemd_250.5.bb +++ b/meta/recipes-core/systemd/systemd_250.5.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI += "file://touchscreen.rules \ | |||
| 23 | file://systemd-pager.sh \ | 23 | file://systemd-pager.sh \ |
| 24 | file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ | 24 | file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ |
| 25 | file://0003-implment-systemd-sysv-install-for-OE.patch \ | 25 | file://0003-implment-systemd-sysv-install-for-OE.patch \ |
| 26 | file://0001-systemd.pc.in-use-ROOTPREFIX-without-suffixed-slash.patch \ | 26 | file://0001-Move-sysusers.d-sysctl.d-binfmt.d-modules-load.d-to-.patch \ |
| 27 | file://0001-resolve-Use-sockaddr-pointer-type-for-bind.patch \ | 27 | file://0001-resolve-Use-sockaddr-pointer-type-for-bind.patch \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
