fuse: Remove unneeded RDEPENDS on util-linux-mount

Fuse claimed to need util-linux-mount at runtime, which isn't true. This
drags util-linux-mount into any image that uses fuse.

Encountered no problems with busybox's mount command and fuse (and never
had). Fuse doesn't call the "mount" program anywhere, so the dependency
doesn't make sense anyway.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
mike.looijmans@topic.nl 2017-02-26 12:33:28 +01:00 committed by Martin Jansa
parent dcff4339d9
commit 0d0709cf06

View File

@ -29,9 +29,6 @@ DEPENDS = "gettext-native"
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
# Fusermount requires features from the util-linux version of mount.
RDEPENDS_${PN}_class-target += "util-linux-mount"
RRECOMMENDS_${PN}_class-target = "kernel-module-fuse libulockmgr fuse-utils"
FILES_${PN} += "${libdir}/libfuse.so.*"