mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fuse-exfat, ntfs-3g-ntfsprogs: Move util-linux-mount to RRECOMMENDS
Soften the dependency to allow distros to use another mount provider like busybox instead of being forced to use util-linux-mount. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
3f148a1480
commit
3e084acd07
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||
SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \
|
||||
"
|
||||
DEPENDS = "fuse virtual/libc"
|
||||
RDEPENDS_${PN} += "util-linux-mount"
|
||||
RRECOMMENDS_${PN} = "util-linux-mount"
|
||||
|
||||
inherit scons
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@ EXTRA_OEMAKE = "LDCONFIG=echo"
|
|||
PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g"
|
||||
|
||||
FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs"
|
||||
RDEPENDS_ntfs-3g += "fuse util-linux-mount"
|
||||
RDEPENDS_ntfs-3g += "fuse"
|
||||
RRECOMMENDS_ntfs-3g = "util-linux-mount"
|
||||
|
||||
FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*"
|
||||
FILES_libntfs-3g = "${libdir}/*${SOLIBS}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user