diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-28 08:54:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-28 12:20:59 +0100 |
commit | 1c89ddb276c3f4040017efce67c3f2c66aeff099 (patch) | |
tree | f376ef3b81bd385e3d4605aad40dbe6dcfed7e6a /meta-oe | |
parent | 245be9e381d8b259b18b9c0ee6212d65d5db2747 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | 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 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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r12" | 17 | PR = "r13" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit 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 | ||
107 | RRECOMMENDS_${PN} += "systemd-serialgetty \ | 108 | RRECOMMENDS_${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 | ||