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 = "a276dbe66faaf7af02d967a648f7598589bf5c5b" 12 13S = "${WORKDIR}/git" 14 15inherit autotools pkgconfig gettext 16