Add bindfs, a FUSE filesystem for mounting a directory to another
location, similarly to mount --bind. The permissions inside the
mountpoint can be altered using various rules. Version 1.17.5:

- Support negative --{uid,gid}-offset
- Support mount -t bindfs on Mac OS

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.an...@konsulko.com>
---
 .../recipes-utils/binfs/bindfs_1.17.5.bb          | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb

diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb 
b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb
new file mode 100644
index 000000000..c701e223e
--- /dev/null
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A FUSE filesystem for mounting a directory to another location"
+DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another 
location, similarly to mount --bind."
+HOMEPAGE = "https://bindfs.org/";
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "fuse"
+RDEPENDS:${PN} = "fuse"
+
+SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master"
+SRCREV = "3f57fa69448ad68f31cf62cf75b5a9b2e5096c05"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig gettext
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#106536): 
https://lists.openembedded.org/g/openembedded-devel/message/106536
Mute This Topic: https://lists.openembedded.org/mt/102504442/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to