mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r12"
|
PR = "r13"
|
||||||
|
|
||||||
inherit useradd pkgconfig autotools vala perlnative
|
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
|
# of blacklist support, so use proper modprobe from module-init-tools
|
||||||
# And pull in the kernel modules mentioned in INSTALL
|
# And pull in the kernel modules mentioned in INSTALL
|
||||||
# swapon -p is also not supported by busybox
|
# swapon -p is also not supported by busybox
|
||||||
|
# busybox mount is broken
|
||||||
RRECOMMENDS_${PN} += "systemd-serialgetty \
|
RRECOMMENDS_${PN} += "systemd-serialgetty \
|
||||||
util-linux-agetty \
|
util-linux-agetty \
|
||||||
util-linux-swaponoff \
|
util-linux-swaponoff \
|
||||||
util-linux-fsck e2fsprogs-e2fsck \
|
util-linux-fsck e2fsprogs-e2fsck \
|
||||||
module-init-tools \
|
module-init-tools \
|
||||||
|
util-linux-mount util-linux-umount \
|
||||||
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user