blob: a6eabc609582f61010469528693a10f0c978f472 [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001SUMMARY = "NFS client library"
2HOMEPAGE = "https://github.com/sahlberg/libnfs"
3LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada"
5
Andrew Geissler220dafd2023-10-04 10:18:08 -05006SRC_URI = " \
7 git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
8 file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \
Patrick Williams73bd93f2024-02-20 08:07:48 -06009 file://0001-cmake-Test-for-sys-uio.h.patch \
Andrew Geissler3eeda902023-05-19 10:14:02 -050010"
Patrick Williams73bd93f2024-02-20 08:07:48 -060011SRCREV = "4379837536d9eac537810dc7b13071136049b22a"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050012S = "${WORKDIR}/git"
13
14inherit cmake
Andrew Geissler220dafd2023-10-04 10:18:08 -050015
16do_install:append() {
17 rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
18}