blob: afec2753cb5904114334b4e72752bfb17be57df0 [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 \
Andrew Geissler3eeda902023-05-19 10:14:02 -05009"
Patrick Williams8e7b46e2023-05-01 14:19:06 -050010SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d"
11S = "${WORKDIR}/git"
12
13inherit cmake
Andrew Geissler220dafd2023-10-04 10:18:08 -050014
15do_install:append() {
16 rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
17}