summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_250.5.bb
diff options
context:
space:
mode:
authorJiaqing Zhao <jiaqing.zhao@linux.intel.com>2022-05-23 10:20:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-23 21:31:07 +0100
commit8d913ab6db3ae4b2786a64a086d519a40dcb8c4d (patch)
treea1c19cce44a2768ef9b46db721510ff66ae6fbc4 /meta/recipes-core/systemd/systemd_250.5.bb
parent0c2bbf66c7a00268457ac10fed4bef3714da8651 (diff)
downloadopenembedded-core-contrib-8d913ab6db3ae4b2786a64a086d519a40dcb8c4d.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. Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_250.5.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_250.5.bb2
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 \
file://systemd-pager.sh \
file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
file://0003-implment-systemd-sysv-install-for-OE.patch \
- file://0001-systemd.pc.in-use-ROOTPREFIX-without-suffixed-slash.patch \
+ file://0001-Move-sysusers.d-sysctl.d-binfmt.d-modules-load.d-to-.patch \
file://0001-resolve-Use-sockaddr-pointer-type-for-bind.patch \
"