diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb | 12 |
1 files changed, 10 insertions, 2 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 index e0df18a50c..a025189b82 100644 --- a/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb +++ b/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb | |||
| @@ -3,10 +3,18 @@ HOMEPAGE = "https://github.com/sahlberg/libnfs" | |||
| 3 | LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only" | 3 | LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \ | 6 | SRC_URI = " \ |
| 7 | file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \ | 7 | git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \ |
| 8 | file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \ | ||
| 8 | " | 9 | " |
| 9 | SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d" | 10 | SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d" |
| 10 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 11 | 12 | ||
| 12 | inherit cmake | 13 | inherit cmake |
| 14 | |||
| 15 | do_install:append() { | ||
| 16 | rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake | ||
| 17 | } | ||
| 18 | |||
| 19 | # Workaround for clang | ||
| 20 | CFLAGS += "-Wno-implicit-function-declaration" | ||
