mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 14:22:36 +00:00
clang builds work without this Workaround Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 61663d299051669c7c08c90da2518f0f24fabaaa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
535 B
BlitzBasic
18 lines
535 B
BlitzBasic
SUMMARY = "NFS client library"
|
|
HOMEPAGE = "https://github.com/sahlberg/libnfs"
|
|
LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
|
|
file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \
|
|
"
|
|
SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
do_install:append() {
|
|
rm -f ${D}${libdir}/cmake/libnfs/libnfs-config.cmake
|
|
}
|