From: Max Krummenacher Date: Mon, 14 Nov 2016 19:35:40 +0000 (+0100) Subject: systemd: systemd should not depend on systemd-container X-Git-Tag: uninative-1.5~1370 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e12912ac7484654c201d167831b302a821e14972;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index f60dd60d01..77b71309bb 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 \