[oe-commits] [openembedded-core] 03/07: systemd: fix ${PN}-journal-remote systemd unit

git at git.openembedded.org git at git.openembedded.org
Tue Dec 31 11:20:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit bb6a99f933795a9218051f1cd47c5551352d861c
Author: André Draszik <git at andred.net>
AuthorDate: Mon Dec 30 20:36:55 2019 +0000

    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.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_243.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_243.2.bb b/meta/recipes-core/systemd/systemd_243.2.bb
index 3f68604..5ea9bf2 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 \
                               ${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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list