diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2016-11-14 20:35:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:13 +0000 |
commit | 52f42d76773c7d696effe67866ff3c35d076f2bc (patch) | |
tree | 6d65a22cbc67b08ec8b55987529773aac1ec54fa | |
parent | 67e8ffcfa698c2f244a787024682707198717334 (diff) | |
download | poky-52f42d76773c7d696effe67866ff3c35d076f2bc.tar.gz |
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
(From OE-Core rev: e12912ac7484654c201d167831b302a821e14972)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_230.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
370 | ${systemd_system_unitdir}/org.freedesktop.machine1.busname \ | 370 | ${systemd_system_unitdir}/org.freedesktop.machine1.busname \ |
371 | ${systemd_system_unitdir}/systemd-importd.service \ | 371 | ${systemd_system_unitdir}/systemd-importd.service \ |
372 | ${systemd_system_unitdir}/systemd-machined.service \ | 372 | ${systemd_system_unitdir}/systemd-machined.service \ |
373 | ${systemd_system_unitdir}/dbus-org.freedesktop.machine1.service \ | ||
373 | ${systemd_system_unitdir}/var-lib-machines.mount \ | 374 | ${systemd_system_unitdir}/var-lib-machines.mount \ |
374 | ${rootlibexecdir}/systemd/systemd-import \ | 375 | ${rootlibexecdir}/systemd/systemd-import \ |
375 | ${rootlibexecdir}/systemd/systemd-importd \ | 376 | ${rootlibexecdir}/systemd/systemd-importd \ |