mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-08 02:13:39 +00:00
Changelog: =========== * Enabled noattrcache by default with fuse-t * Dropped official support for MacFUSE, because Apple makes it too difficult to test without access to a physical Mac. There is best-effort support for fuse-t. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
539 B
BlitzBasic
15 lines
539 B
BlitzBasic
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;tag=${PV}"
|
|
SRCREV = "70a663b3476c0b9b21b626473c00c68a3dc97b92"
|
|
|
|
|
|
inherit autotools pkgconfig gettext
|