mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
task-basic: include util-linux-(u)mount, the busybox ones are broken, broken, broken
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -5,6 +5,8 @@ DESCRIPTION = "Basic task to get a device online"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit task
|
inherit task
|
||||||
|
|
||||||
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
||||||
@@ -23,11 +25,14 @@ TASK_BASIC_SSHDAEMON ?= "dropbear-systemd openssh-sftp"
|
|||||||
# It also avoids the choice between connman/networkmanager/ifupdown since that is an image feature, not a
|
# It also avoids the choice between connman/networkmanager/ifupdown since that is an image feature, not a
|
||||||
# distro feature.
|
# distro feature.
|
||||||
#
|
#
|
||||||
|
# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts
|
||||||
|
#
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
${TASK_BASIC_SSHDAEMON} \
|
${TASK_BASIC_SSHDAEMON} \
|
||||||
avahi-daemon avahi-utils avahi-systemd \
|
avahi-daemon avahi-utils avahi-systemd \
|
||||||
systemd-compat-units \
|
systemd-compat-units \
|
||||||
"
|
util-linux-mount util-linux-umount \
|
||||||
|
"
|
||||||
|
|
||||||
#
|
#
|
||||||
# The following section is split in 3:
|
# The following section is split in 3:
|
||||||
|
|||||||
Reference in New Issue
Block a user