aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-28 08:54:08 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-28 12:20:59 +0100
commit1c89ddb276c3f4040017efce67c3f2c66aeff099 (patch)
treef376ef3b81bd385e3d4605aad40dbe6dcfed7e6a
parent245be9e381d8b259b18b9c0ee6212d65d5db2747 (diff)
downloadmeta-openembedded-contrib-1c89ddb276c3f4040017efce67c3f2c66aeff099.tar.gz
systemd: don't depend on tasks/images to do the right thing with mount
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
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 9aa7a7ae6a..89f910b7a7 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 \
"