diff mbox series

[meta-filesystems] bindfs: add recipe

Message ID 20231110105209.2897911-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-filesystems] bindfs: add recipe | expand

Commit Message

Leon Anavi Nov. 10, 2023, 10:52 a.m. UTC
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.anavi@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 mbox series

Patch

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