From 0d0709cf06d4f04225ad98c9450471ef3093b60c Mon Sep 17 00:00:00 2001 From: "mike.looijmans@topic.nl" Date: Sun, 26 Feb 2017 12:33:28 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-filesystems/recipes-support') 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.*" -- cgit 1.2.3-korg