blob: e0df18a50c036c8888ac7a472c48cf25b80efad0 [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 Geissler3eeda902023-05-19 10:14:02 -05006SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
7 file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \
8"
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d"
10S = "${WORKDIR}/git"
11
12inherit cmake