mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
bindfs: add recipe
Add bindfs, a FUSE filesystem for mounting a directory to another
location, similarly to mount --bind. The permissions inside the
mountpoint can be altered using various rules. Version 1.17.5:
- Support negative --{uid,gid}-offset
- Support mount -t bindfs on Mac OS
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
405ee46107
commit
795536641f
15
meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb
Normal file
15
meta-filesystems/recipes-utils/binfs/bindfs_1.17.5.bb
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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"
|
||||
SRCREV = "3f57fa69448ad68f31cf62cf75b5a9b2e5096c05"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
Loading…
Reference in New Issue
Block a user