diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-06 15:17:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-06 15:17:47 +0200 |
commit | ea53d5c61b3c9100c51089ce613e1387cd711357 (patch) | |
tree | 806c315b0699f37b77f36978dbdcbc604c50d3c4 | |
parent | c4ad5927094f527b539c99a98c5213928caa2c5f (diff) | |
download | meta-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.bb | 5 |
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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r4" | 17 | PR = "r5" |
18 | 18 | ||
19 | inherit autotools vala perlnative | 19 | inherit autotools vala perlnative |
20 | 20 | ||
21 | SRCREV = "798e258d301ac237cb1d72b5fc4b19ee900d6f7d" | 21 | SRCREV = "3887b5abcb3870db9ed53de3875a465c230ddd3f" |
22 | 22 | ||
23 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 23 | SRC_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 | " |