diff options
-rw-r--r-- | 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 76cab69f57..2f977601f8 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 = "r5" | 17 | PR = "r6" |
18 | 18 | ||
19 | inherit pkgconfig autotools vala perlnative | 19 | inherit pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -88,7 +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 | util-linux-fsck e2fsprogs-e2fsck \ |
92 | module-init-tools \ | 92 | module-init-tools \ |
93 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ | 93 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ |
94 | " | 94 | " |