[oe-commits] Koen Kooi : systemd: don't depend on tasks/ images to do the right thing with mount

git at git.openembedded.org git at git.openembedded.org
Mon Jan 30 12:04:09 UTC 2012


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Jan 28 08:54:08 2012 +0100

systemd: don't depend on tasks/images to do the right thing with mount

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 9aa7a7a..89f910b 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,7 +14,7 @@ inherit gitpkgv
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r12"
+PR = "r13"
 
 inherit useradd pkgconfig autotools vala perlnative
 
@@ -104,11 +104,13 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd"
 # of blacklist support, so use proper modprobe from module-init-tools
 # And pull in the kernel modules mentioned in INSTALL
 # swapon -p is also not supported by busybox
+# busybox mount is broken
 RRECOMMENDS_${PN} += "systemd-serialgetty \
                       util-linux-agetty \
                       util-linux-swaponoff \
                       util-linux-fsck e2fsprogs-e2fsck \
                       module-init-tools \
+                      util-linux-mount util-linux-umount \
                       kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
 "
 





More information about the Openembedded-commits mailing list