summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r12" 17PR = "r13"
18 18
19inherit useradd pkgconfig autotools vala perlnative 19inherit 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
107RRECOMMENDS_${PN} += "systemd-serialgetty \ 108RRECOMMENDS_${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