blob: 673198e2ddd595b569de61ac35487c304cef6e2b [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "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"
11SRCREV = "b982aee1161307cdd0e90f7f9597b11872440efc"
12
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig gettext