summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb')
-rw-r--r--meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb
new file mode 100644
index 0000000000..63e5ac5aa6
--- /dev/null
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A FUSE filesystem for mounting a directory to another location"
2DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind."
3HOMEPAGE = "https://bindfs.org/"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7DEPENDS = "fuse"
8RDEPENDS:${PN} = "fuse"
9
10SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
11SRCREV = "755e0895040bbd43a8e2f3efc7f32f366160a408"
12
13
14inherit autotools pkgconfig gettext