diff options
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 9aa7a7ae6a..89f910b7a7 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 | ||
