[oe-commits] Chen Qi : systemd: add volatile-binds to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Aug 2 08:30:29 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: b03be56cbfc3fed8f39b60fc80b3c65ef291f222
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b03be56cbfc3fed8f39b60fc80b3c65ef291f222

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Jul 23 05:40:29 2014 -0400

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.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/systemd/systemd_213.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb
index 5de7cdc..4fb7ffc 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
 FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
 
 RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"
+RDEPENDS_${PN} += "volatile-binds"
 
 RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\
                       util-linux-agetty \



More information about the Openembedded-commits mailing list