diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-09-29 01:36:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-28 21:44:26 -0700 |
commit | 708b3016e81a2a06883b0bb23bfedc8cb3e3239d (patch) | |
tree | 95e493c8d2dc41a9dad9f67d65cf816315f64480 /meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch | |
parent | 3f378f792456cf28284e8a342730974957787241 (diff) | |
download | meta-openembedded-708b3016e81a2a06883b0bb23bfedc8cb3e3239d.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-uinput/0001-setup-use-setuptools-instead-of-distutils.patch')
0 files changed, 0 insertions, 0 deletions