[oe-commits] Koen Kooi : systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:55:20 UTC 2013


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Apr 14 15:48:26 2013 +0200

systemd: fix bootup with 'ro' by re-adding util-linux-mount to RDEPENDS

When using busybox mount the filesystem won't get remounted as 'rw' and bootup will fail.

This fixes the regression seen after switching from 'danny' to 'dylan'.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_199.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb
index 5240443..d22df12 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -192,7 +192,7 @@ FILES_${PN} = " ${base_bindir}/* \
 FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/ ${base_sbindir}/systemd/.debug ${base_sbindir}/systemd/system-generators/.debug ${base_sbindir}/udev/.debug"
 FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
 
-RDEPENDS_${PN} += "dbus"
+RDEPENDS_${PN} += "dbus util-linux-mount"
 
 RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units \
                       util-linux-agetty \





More information about the Openembedded-commits mailing list