aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support
diff options
context:
space:
mode:
authormike.looijmans@topic.nl <mike.looijmans@topic.nl>2017-02-26 12:33:28 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-04 12:39:51 +0100
commit0d0709cf06d4f04225ad98c9450471ef3093b60c (patch)
tree7a7db0985083ee95aebe68c29cefea54eb5c2a17 /meta-filesystems/recipes-support
parentdcff4339d9deda0b1f70cd882587fec8a887aa91 (diff)
downloadmeta-openembedded-contrib-0d0709cf06d4f04225ad98c9450471ef3093b60c.tar.gz
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>
Diffstat (limited to 'meta-filesystems/recipes-support')
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
index 9a2dc11194..153fcb4e0a 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb
@@ -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.*"