diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb b/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb new file mode 100644 index 0000000000..83f32d3a07 --- /dev/null +++ b/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb | |||
@@ -0,0 +1,17 @@ | |||
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 | |||
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 | " | ||
9 | SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6" | ||
10 | |||
11 | DEPENDS += "gnutls" | ||
12 | |||
13 | inherit cmake | ||
14 | |||
15 | do_install:append() { | ||
16 | rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake | ||
17 | } | ||