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:43:04 +0000 |
commit | 6f77bf093de0bb9ac060e053acae0d06a62ca4e1 (patch) | |
tree | 18b77c5872ab5c826db39a72a0beea4e50043ded /meta | |
parent | f2561f5233156699823b67e7f345824341584d4f (diff) | |
download | poky-6f77bf093de0bb9ac060e053acae0d06a62ca4e1.tar.gz |
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.
(From OE-Core rev: c254ab4e3bdc4a3ba18e89219594fffa7895184d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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/ $ | |||
180 | 180 | ||
181 | RDEPENDS_${PN} += "dbus" | 181 | RDEPENDS_${PN} += "dbus" |
182 | 182 | ||
183 | RRECOMMENDS_${PN} += "systemd-serialgetty \ | 183 | RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units \ |
184 | util-linux-agetty \ | 184 | util-linux-agetty \ |
185 | util-linux-fsck e2fsprogs-e2fsck \ | 185 | util-linux-fsck e2fsprogs-e2fsck \ |
186 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 186 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |