- 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)
19 lines
581 B
BlitzBasic
19 lines
581 B
BlitzBasic
SUMMARY = "NFS client library"
|
|
HOMEPAGE = "https://github.com/sahlberg/libnfs"
|
|
LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
|
|
file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \
|
|
file://0001-cmake-Test-for-sys-uio.h.patch \
|
|
"
|
|
SRCREV = "4379837536d9eac537810dc7b13071136049b22a"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
do_install:append() {
|
|
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
|
}
|