- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
16 lines
550 B
BlitzBasic
16 lines
550 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"
|
|
SRCREV = "3f5e3cb1fcac5fb8034fa4712764317fab51ebe0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig gettext
|