summaryrefslogtreecommitdiffstats
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-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 9aa7a7ae6..89f910b7a 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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r12" 17PR = "r13"
18 18
19inherit useradd pkgconfig autotools vala perlnative 19inherit useradd pkgconfig autotools vala perlnative
20 20
@@ -104,11 +104,13 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd"
104# of blacklist support, so use proper modprobe from module-init-tools 104# of blacklist support, so use proper modprobe from module-init-tools
105# And pull in the kernel modules mentioned in INSTALL 105# And pull in the kernel modules mentioned in INSTALL
106# swapon -p is also not supported by busybox 106# swapon -p is also not supported by busybox
107# busybox mount is broken
107RRECOMMENDS_${PN} += "systemd-serialgetty \ 108RRECOMMENDS_${PN} += "systemd-serialgetty \
108 util-linux-agetty \ 109 util-linux-agetty \
109 util-linux-swaponoff \ 110 util-linux-swaponoff \
110 util-linux-fsck e2fsprogs-e2fsck \ 111 util-linux-fsck e2fsprogs-e2fsck \
111 module-init-tools \ 112 module-init-tools \
113 util-linux-mount util-linux-umount \
112 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ 114 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
113" 115"
114 116