diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-29 01:36:23 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:48 -0700 |
| commit | 9f3376b521c455b425cc7367b3c00aa2ec822be1 (patch) | |
| tree | 147423e1f475b029fa4d0a495648c6529b10adb9 /meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch | |
| parent | 0ee7bb86f6002627daf9947e1ca588f80aa6e480 (diff) | |
| download | meta-openembedded-9f3376b521c455b425cc7367b3c00aa2ec822be1.tar.gz | |
libnfs: dont install libnfs-config.cmake
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>
(cherry picked from commit 708b3016e81a2a06883b0bb23bfedc8cb3e3239d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch')
0 files changed, 0 insertions, 0 deletions
