From dd29fcf9e9732788075182f6e427e26d48d30c3a Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 23 Jul 2014 05:40:29 -0400 Subject: [PATCH] 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 Signed-off-by: Saul Wold --- recipes-tweaks/systemd/systemd_215.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-tweaks/systemd/systemd_215.bb b/recipes-tweaks/systemd/systemd_215.bb index 3eca965..fa483cd 100644 --- a/recipes-tweaks/systemd/systemd_215.bb +++ b/recipes-tweaks/systemd/systemd_215.bb @@ -249,6 +249,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 \