xref: /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb (revision eaae0b339f806200d8722cb09e5e3b83c15a5956)
1*eaae0b33SPatrick WilliamsSUMMARY = "A FUSE filesystem for mounting a directory to another location"
2*eaae0b33SPatrick WilliamsDESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind."
3*eaae0b33SPatrick WilliamsHOMEPAGE = "https://bindfs.org/"
4*eaae0b33SPatrick WilliamsLICENSE = "GPL-2.0-only"
5*eaae0b33SPatrick WilliamsLIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6*eaae0b33SPatrick Williams
7*eaae0b33SPatrick WilliamsDEPENDS = "fuse"
8*eaae0b33SPatrick WilliamsRDEPENDS:${PN} = "fuse"
9*eaae0b33SPatrick Williams
10*eaae0b33SPatrick WilliamsSRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
11*eaae0b33SPatrick WilliamsSRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b"
12*eaae0b33SPatrick Williams
13*eaae0b33SPatrick WilliamsS = "${WORKDIR}/git"
14*eaae0b33SPatrick Williams
15*eaae0b33SPatrick Williamsinherit autotools pkgconfig gettext
16