aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb')
-rw-r--r--meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb
new file mode 100644
index 0000000000..788c85b7ce
--- /dev/null
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.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 = "3f5e3cb1fcac5fb8034fa4712764317fab51ebe0"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig gettext