summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_243.2.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2019-12-30 20:36:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-01 10:46:16 +0000
commit9ac05adcdd737e92f699690c7d6ac230f62d751a (patch)
tree2ec213e550a2eab52b6499e0b1cd18a03d682113 /meta/recipes-core/systemd/systemd_243.2.bb
parent34773a298ed795e9d43bf59f0c8456e6b601b0f2 (diff)
downloadpoky-9ac05adcdd737e92f699690c7d6ac230f62d751a.tar.gz
systemd: fix ${PN}-journal-remote systemd unit
Commit d31ff84a5f47 ("systemd: fix PN-container package splitting"), d0b2cedfb099 in poky, created a new package for the remote journal, but introduced a typo during declaration of the systemd unit part of that package. Fix it. (From OE-Core rev: bb6a99f933795a9218051f1cd47c5551352d861c) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_243.2.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_243.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_243.2.bb b/meta/recipes-core/systemd/systemd_243.2.bb
index 3f68604a5c..5ea9bf2a83 100644
--- a/meta/recipes-core/systemd/systemd_243.2.bb
+++ b/meta/recipes-core/systemd/systemd_243.2.bb
@@ -409,7 +409,7 @@ FILES_${PN}-journal-remote = "${rootlibexecdir}/systemd/systemd-journal-remote \
409 ${systemd_system_unitdir}/systemd-journal-remote.service \ 409 ${systemd_system_unitdir}/systemd-journal-remote.service \
410 ${systemd_system_unitdir}/systemd-journal-remote.socket \ 410 ${systemd_system_unitdir}/systemd-journal-remote.socket \
411 " 411 "
412SYSTEMD_SERVICE_${PN}-remote = "systemd-journal-remote.socket" 412SYSTEMD_SERVICE_${PN}-journal-remote = "systemd-journal-remote.socket"
413 413
414 414
415FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \ 415FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \