mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
systemd: fix ${PN}-journal-remote systemd unit
Commit d31ff84a5f47 ("systemd: fix PN-container package splitting"),
d0b2cedfb0 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>
This commit is contained in:
committed by
Richard Purdie
parent
34773a298e
commit
9ac05adcdd
@@ -409,7 +409,7 @@ FILES_${PN}-journal-remote = "${rootlibexecdir}/systemd/systemd-journal-remote \
|
||||
${systemd_system_unitdir}/systemd-journal-remote.service \
|
||||
${systemd_system_unitdir}/systemd-journal-remote.socket \
|
||||
"
|
||||
SYSTEMD_SERVICE_${PN}-remote = "systemd-journal-remote.socket"
|
||||
SYSTEMD_SERVICE_${PN}-journal-remote = "systemd-journal-remote.socket"
|
||||
|
||||
|
||||
FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \
|
||||
|
||||
Reference in New Issue
Block a user