mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
dcff4339d9
commit
0d0709cf06
|
|
@ -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.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user