diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-27 19:32:38 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-27 13:10:00 -0800 |
commit | 8dad29ad58e237e67d7d4f5b0dc68b10b9d86065 (patch) | |
tree | 041dc7349311828d2144e2a407db4ac08bcbd36a /meta-python/recipes-devtools/python/python3-pandas | |
parent | a271d827afb29b225eb6adbc6da252d2943abf1d (diff) | |
download | meta-openembedded-8dad29ad58e237e67d7d4f5b0dc68b10b9d86065.tar.gz |
thin-provisioning-tools: add target and sysroot to bindgen flags
BUILD_CFLAGS doesn't contain information about the recipe sysroot nor about the target
system - and in case these are not specified for bindgen, then it builds against
the build system's headers, using the build system's arch.
Instead of BUILD_CFLAGS pass HOST_CC_ARCH and TOOLCHAIN_OPTIONS, which contain the sysroot
and the requred cross-compiling flags, beside passing the target flag also.
Fixes the following do_compile error:
| /usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not found
| thread 'main' panicked at /yocto/sandbox/build/tmp/work/cortexa72-poky-linux/thin-provisioning-tools/1.1.0/sources-unpack/cargo_home/bitbake/devicemapper-sys-0.3.0/build.rs:24:10:
| Could not generate dm.h bindings: ClangDiagnostic("/usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not found\n")
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas')
0 files changed, 0 insertions, 0 deletions