task-basic: include util-linux-(u)mount, the busybox ones are broken, broken, broken
authorKoen Kooi <koen@dominion.thruhere.net>
Fri, 14 Oct 2011 17:00:14 +0000 (19:00 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:15:45 +0000 (08:15 -0800)
(From meta-openembedded rev: b7d2870311fe4f7473aa812f2bd66bd1a72d10fd)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/tasks/task-basic.bb

index 9e8ae97..4da66ef 100644 (file)
@@ -5,6 +5,8 @@ DESCRIPTION = "Basic task to get a device online"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
+PR = "r1"
+
 inherit task
 
 # 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
 # distro feature.
 #
+# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts
+#
 RDEPENDS_${PN} = "\
-    ${TASK_BASIC_SSHDAEMON} \
-    avahi-daemon avahi-utils avahi-systemd \
-    systemd-compat-units \
-    "
+       ${TASK_BASIC_SSHDAEMON} \
+       avahi-daemon avahi-utils avahi-systemd \
+       systemd-compat-units \
+       util-linux-mount util-linux-umount \
+       "
 
 #
 # The following section is split in 3: