[oe] [PATCH][meta-filesystems] fuse: Remove unneeded RDEPENDS on util-linux-mount

Philip Balister philip at balister.org
Tue Feb 28 14:37:58 UTC 2017


On 02/26/2017 06:33 AM, Mike Looijmans wrote:
> 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.

The RDEPEND was added by Jackie from Wind River in September 2015. Any
idea why it was needed then?

Philip

> 
> Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
> ---
>  meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb | 3 ---
>  1 file changed, 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 9a2dc11..153fcb4 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.*"
> 



More information about the Openembedded-devel mailing list