[oe-commits] [openembedded-core] 29/60: systemd: systemd should not depend on systemd-container

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:11:40 UTC 2016


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

commit e12912ac7484654c201d167831b302a821e14972
Author: Max Krummenacher <max.oss.09 at gmail.com>
AuthorDate: Mon Nov 14 20:35:40 2016 +0100

    systemd: systemd should not depend on systemd-container
    
    Currently systemd depends on systemd-container due to a dangling
    symlink deployed with systemd.
    Move the symlink to systemd-container.
    
    | DEBUG: systemd contains dangling link /lib/systemd/system/systemd-machined.service
    | DEBUG: target found in systemd-container
    
    Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd_230.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb
index f60dd60..77b7130 100644
--- a/meta/recipes-core/systemd/systemd_230.bb
+++ b/meta/recipes-core/systemd/systemd_230.bb
@@ -370,6 +370,7 @@ FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c
                          ${systemd_system_unitdir}/org.freedesktop.machine1.busname \
                          ${systemd_system_unitdir}/systemd-importd.service \
                          ${systemd_system_unitdir}/systemd-machined.service \
+                         ${systemd_system_unitdir}/dbus-org.freedesktop.machine1.service \
                          ${systemd_system_unitdir}/var-lib-machines.mount \
                          ${rootlibexecdir}/systemd/systemd-import \
                          ${rootlibexecdir}/systemd/systemd-importd \

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


More information about the Openembedded-commits mailing list