summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_246.bb
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2020-08-20 10:20:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-21 14:29:10 +0100
commitbe65fe73b7ad5d101f4dd278a4442ebb534f9923 (patch)
tree7666dda8118501f8ddfb1ddc6b36f2f6681e0890 /meta/recipes-core/systemd/systemd_246.bb
parent828298c4bb970f2fac3a29df1b9b21a46d235d10 (diff)
downloadpoky-be65fe73b7ad5d101f4dd278a4442ebb534f9923.tar.gz
systemd: Fix path to modules-load.d et al
Following 4a56315a990b ("path: use ROOTPREFIX properly"), the paths to sysusers.d, sysctl.d binfmt.d and modules-load.d changed to /lib when building without usrmerge, which aoppears to be an inadvertent ABI change. Undo this change and track upstream: https://github.com/systemd/systemd/issues/16773 (From OE-Core rev: a2b68ba14fb97349d3ebc71e5ca96a340aec243e) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_246.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_246.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_246.bb b/meta/recipes-core/systemd/systemd_246.bb
index 11e3cd2966..704a36e75d 100644
--- a/meta/recipes-core/systemd/systemd_246.bb
+++ b/meta/recipes-core/systemd/systemd_246.bb
@@ -20,6 +20,7 @@ SRC_URI += "file://touchscreen.rules \
20 file://99-default.preset \ 20 file://99-default.preset \
21 file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 21 file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
22 file://0003-implment-systemd-sysv-install-for-OE.patch \ 22 file://0003-implment-systemd-sysv-install-for-OE.patch \
23 file://0001-Use-PREFIX-ROOTPREFIX-correctly.patch \
23 " 24 "
24 25
25# patches needed by musl 26# patches needed by musl