Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | SUMMARY = "NFS client library" |
| 2 | HOMEPAGE = "https://github.com/sahlberg/libnfs" |
| 3 | LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada" |
| 5 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 6 | SRC_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 Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 9 | SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d" |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit cmake |