[oe-commits] [meta-openembedded] 19/35: fuse: Remove unneeded RDEPENDS on util-linux-mount

git at git.openembedded.org git at git.openembedded.org
Sat Mar 4 11:48:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0d0709cf06d4f04225ad98c9450471ef3093b60c
Author: mike.looijmans at topic.nl <mike.looijmans at topic.nl>
AuthorDate: Sun Feb 26 12:33:28 2017 +0100

    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 at topic.nl>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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.*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list