[oe-commits] Koen Kooi : systemd: recommend fsck. extX to get fsck working on those filesystems

git version control git at git.openembedded.org
Sun Oct 9 17:36:21 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: a0906790ae66f92b993e00ec0c11d0ba6e887266
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a0906790ae66f92b993e00ec0c11d0ba6e887266

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Oct  9 19:32:56 2011 +0200

systemd: recommend fsck.extX to get fsck working on those filesystems

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 76cab69..2f97760 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 = "r5"
+PR = "r6"
 
 inherit pkgconfig autotools vala perlnative
 
@@ -88,7 +88,7 @@ RRECOMMENDS_${PN} += "kbd kbd-consolefonts \
                       systemd-serialgetty \
                       util-linux-agetty \
                       util-linux-swaponoff \
-                      util-linux-fsck \
+                      util-linux-fsck e2fsprogs-e2fsck \
                       module-init-tools \
                       kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
 "





More information about the Openembedded-commits mailing list