summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libnfs
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: Add gnutls build time dependencyKhem Raj2024-12-191-0/+2
| | | | | | It does not build without it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: upgrade 5.0.3 -> 6.0.2Wang Mingyu2024-12-193-55/+9
| | | | | | | | | | | 0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patc refreshed for 6.0.2 0001-cmake-Test-for-sys-uio.h.patch removed since it's included in 6.0.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: update 5.0.2 -> 5.0.3Markus Volk2024-02-123-7/+52
| | | | | | | | | Add cmake checks for sys/uio.h Fixes build issues with latest compiler e.g. gcc-14 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: Drop -Wno-implicit-function-declarationKhem Raj2023-09-301-3/+0
| | | | | | clang builds work without this Workaround Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: dont install libnfs-config.cmakeMarkus Volk2023-09-281-2/+10
| | | | | | | | | | | | | | | | | | kodi uses its own FindNFS.cmake to find libnfs and succeeds with pkgconfig. If libnfs-config.cmake is found it will also be utilized (for win/mac?) which is generally bad for cross-compiling and causes the prefix to get hardcoded to /usr thus libnfs.so.5.0.2 is taken from the host machine Removing this file fixes: | aarch64-poky-linux-ld.lld: error: /usr/lib/libnfs.so.5.0.2 is incompatible with elf64-littleaarch64 | aarch64-poky-linux-clang++: error: linker command failed with exit code 1 (use -v to see invocation) | ninja: build stopped: subcommand failed. Add CFLAG workaround to fix compiling with clang complaining about old coding style while gcc doesn't care. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: fix installed-vs-shipped issues with multilibMartin Jansa2023-05-032-1/+64
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnfs: add recipeMarkus Volk2023-04-081-0/+10
This package is e.g. needed as a dependency for kodi or gvfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>