diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-22 15:51:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 22:42:38 +0000 |
commit | c254ab4e3bdc4a3ba18e89219594fffa7895184d (patch) | |
tree | 7560a1efc5fa12ad2301d0b3c0256d6a41ac307c /meta/recipes-core/systemd | |
parent | ef04d541f8988ae2f395aede2bd488b2593201ec (diff) | |
download | openembedded-core-c254ab4e3bdc4a3ba18e89219594fffa7895184d.tar.gz openembedded-core-c254ab4e3bdc4a3ba18e89219594fffa7895184d.tar.bz2 openembedded-core-c254ab4e3bdc4a3ba18e89219594fffa7895184d.zip |
systemd: recommend systemd-compat-units
These are more than useful as they ensure some services are not started twice,
and cause the first-boot postinstalls to run.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index d07fa95fea..5ba3a2348a 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -180,7 +180,7 @@ FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ $ RDEPENDS_${PN} += "dbus" -RRECOMMENDS_${PN} += "systemd-serialgetty \ +RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units \ util-linux-agetty \ util-linux-fsck e2fsprogs-e2fsck \ kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |