From: Chen Qi Date: Wed, 23 Jul 2014 09:40:29 +0000 (-0400) Subject: systemd: add volatile-binds to RDEPENDS X-Git-Tag: rev_ivi_2015_02_04~7242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22ef52eb080633bc4da693ca23ade2283b29d2b0;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 \