diff options
author | mike.looijmans@topic.nl <mike.looijmans@topic.nl> | 2013-09-20 09:00:40 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:03 +0200 |
commit | 3e084acd07fc413d678e9401674d24a5d594ff5a (patch) | |
tree | d61325a9f13a181b1c1efd5e0deabb777bf0110f | |
parent | 3f148a148085b3d1d8b200cd3916f308edceef67 (diff) | |
download | meta-openembedded-3e084acd07fc413d678e9401674d24a5d594ff5a.tar.gz |
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>
-rw-r--r-- | meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb | 2 | ||||
-rw-r--r-- | meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb index d29dc0a89..f984c4bb7 100644 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.0.1.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ |
11 | " | 11 | " |
12 | DEPENDS = "fuse virtual/libc" | 12 | DEPENDS = "fuse virtual/libc" |
13 | RDEPENDS_${PN} += "util-linux-mount" | 13 | RRECOMMENDS_${PN} = "util-linux-mount" |
14 | 14 | ||
15 | inherit scons | 15 | inherit scons |
16 | 16 | ||
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb index e084187f4..c1392ccc6 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | |||
@@ -23,7 +23,8 @@ EXTRA_OEMAKE = "LDCONFIG=echo" | |||
23 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" | 23 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" |
24 | 24 | ||
25 | FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" | 25 | FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" |
26 | RDEPENDS_ntfs-3g += "fuse util-linux-mount" | 26 | RDEPENDS_ntfs-3g += "fuse" |
27 | RRECOMMENDS_ntfs-3g = "util-linux-mount" | ||
27 | 28 | ||
28 | FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" | 29 | FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" |
29 | FILES_libntfs-3g = "${libdir}/*${SOLIBS}" | 30 | FILES_libntfs-3g = "${libdir}/*${SOLIBS}" |