bindfs_1.18.3.bb 539 B

1234567891011121314
  1. SUMMARY = "A FUSE filesystem for mounting a directory to another location"
  2. DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind."
  3. HOMEPAGE = "https://bindfs.org/"
  4. LICENSE = "GPL-2.0-only"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  6. DEPENDS = "fuse"
  7. RDEPENDS:${PN} = "fuse"
  8. SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
  9. SRCREV = "91fbfa48427c67f59c24e84f3855507531ba972c"
  10. inherit autotools pkgconfig gettext