summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-06 15:17:47 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-06 15:17:47 +0200
commitea53d5c61b3c9100c51089ce613e1387cd711357 (patch)
tree806c315b0699f37b77f36978dbdcbc604c50d3c4
parentc4ad5927094f527b539c99a98c5213928caa2c5f (diff)
downloadmeta-openembedded-ea53d5c61b3c9100c51089ce613e1387cd711357.tar.gz
systemd: use proper fsck
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 336fff0707..a93abdd5f2 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,11 +14,11 @@ inherit gitpkgv
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r4" 17PR = "r5"
18 18
19inherit autotools vala perlnative 19inherit autotools vala perlnative
20 20
21SRCREV = "798e258d301ac237cb1d72b5fc4b19ee900d6f7d" 21SRCREV = "3887b5abcb3870db9ed53de3875a465c230ddd3f"
22 22
23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ 23SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
24 file://0001-disable-xsltproc-completely.patch \ 24 file://0001-disable-xsltproc-completely.patch \
@@ -88,6 +88,7 @@ RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
88 systemd-serialgetty \ 88 systemd-serialgetty \
89 util-linux-agetty \ 89 util-linux-agetty \
90 util-linux-swaponoff \ 90 util-linux-swaponoff \
91 util-linux-fsck \
91 module-init-tools \ 92 module-init-tools \
92 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ 93 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
93" 94"