summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb
blob: 1c32f443ca75fa7527bf3cce8bc558728fb11c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = "91fbfa48427c67f59c24e84f3855507531ba972c"


inherit autotools pkgconfig gettext