diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-07-23 05:40:29 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:26:14 +0100 |
commit | 713f1fd514291c3245f0d5fe344c294c0fac78d8 (patch) | |
tree | 1bba285ce4fee98927ca4488fb743a3ef95303c9 /meta | |
parent | db15e2d01c48786326ee13dd09b7f2dd45f53116 (diff) | |
download | poky-713f1fd514291c3245f0d5fe344c294c0fac78d8.tar.gz |
systemd: add volatile-binds to RDEPENDS
This services generated from volatile-binds.bb recipe file only have
effect in a read-only filesystem. So if the rootfs is read-write, the
related service are not started.
(From OE-Core rev: b03be56cbfc3fed8f39b60fc80b3c65ef291f222)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_213.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb index 5de7cdc3b2..4fb7ffc226 100644 --- a/meta/recipes-core/systemd/systemd_213.bb +++ b/meta/recipes-core/systemd/systemd_213.bb | |||
@@ -243,6 +243,7 @@ FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_uni | |||
243 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" | 243 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" |
244 | 244 | ||
245 | RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})" | 245 | RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})" |
246 | RDEPENDS_${PN} += "volatile-binds" | ||
246 | 247 | ||
247 | RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\ | 248 | RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\ |
248 | util-linux-agetty \ | 249 | util-linux-agetty \ |