diff options
| -rw-r--r-- | meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 0000000000..c701e223e9 --- /dev/null +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A FUSE filesystem for mounting a directory to another location" | ||
| 2 | DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind." | ||
| 3 | HOMEPAGE = "https://bindfs.org/" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | DEPENDS = "fuse" | ||
| 8 | RDEPENDS:${PN} = "fuse" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master" | ||
| 11 | SRCREV = "3f57fa69448ad68f31cf62cf75b5a9b2e5096c05" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig gettext | ||
