mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
systemd: don't depend on tasks/images to do the right thing with mount
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -14,7 +14,7 @@ inherit gitpkgv
|
||||
PKGV = "v${GITPKGVTAG}"
|
||||
|
||||
PV = "git"
|
||||
PR = "r12"
|
||||
PR = "r13"
|
||||
|
||||
inherit useradd pkgconfig autotools vala perlnative
|
||||
|
||||
@@ -104,11 +104,13 @@ RDEPENDS_${PN} += "dbus-systemd udev-systemd"
|
||||
# of blacklist support, so use proper modprobe from module-init-tools
|
||||
# And pull in the kernel modules mentioned in INSTALL
|
||||
# swapon -p is also not supported by busybox
|
||||
# busybox mount is broken
|
||||
RRECOMMENDS_${PN} += "systemd-serialgetty \
|
||||
util-linux-agetty \
|
||||
util-linux-swaponoff \
|
||||
util-linux-fsck e2fsprogs-e2fsck \
|
||||
module-init-tools \
|
||||
util-linux-mount util-linux-umount \
|
||||
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user