initscripts: remove runtime dependency on util-linux umount

This was added in the past (dey-1.4) as a workaround for reboot/poweroff
issues not completing properly [DEL-633]. At that time the util-linux
umount command worked while the one from busybox didn't. Now this
workaround is not needed anymore. The reboot/poweroff commands complete
correctly with busybox' umount, so just remove the runtime dependence.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-11-17 16:33:40 +01:00
parent 952bb005f9
commit a779fb6ce6
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
# Copyright (C) 2013 Digi International.
# The initscripts package includes a '/etc/init.d/umountfs' script used for
# reboot/poweroff purposes. That script calls the 'umount' command but seems
# that the combination of busybox' umount + linux 3.x fails in this script (it
# hangs without completing the reboot/poweroff)
# So as a workaround use the umount command from util-linux package
RDEPENDS_${PN} = "util-linux-umount"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI += "file://device_table.txt"