mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
556 B
BlitzBasic
18 lines
556 B
BlitzBasic
SUMMARY = "NFS client library"
|
|
HOMEPAGE = "https://github.com/sahlberg/libnfs"
|
|
LICENSE = "BSD-2-Clause AND GPL-3.0-only AND LGPL-2.1-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 \
|
|
"
|
|
SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6"
|
|
|
|
DEPENDS += "gnutls"
|
|
|
|
inherit cmake
|
|
|
|
do_install:append() {
|
|
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
|
}
|