summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb b/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb
new file mode 100644
index 000000000..7a40f4efc
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb
@@ -0,0 +1,10 @@
1SUMMARY = "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
6SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master"
7SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d"
8S = "${WORKDIR}/git"
9
10inherit cmake