diff options
author | André Draszik <git@andred.net> | 2019-12-30 20:36:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-01 10:46:16 +0000 |
commit | 9ac05adcdd737e92f699690c7d6ac230f62d751a (patch) | |
tree | 2ec213e550a2eab52b6499e0b1cd18a03d682113 /meta | |
parent | 34773a298ed795e9d43bf59f0c8456e6b601b0f2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_243.2.bb | 2 |
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 | " |
412 | SYSTEMD_SERVICE_${PN}-remote = "systemd-journal-remote.socket" | 412 | SYSTEMD_SERVICE_${PN}-journal-remote = "systemd-journal-remote.socket" |
413 | 413 | ||
414 | 414 | ||
415 | FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \ | 415 | FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \ |