diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-17 22:05:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 07:32:26 -0700 |
commit | c6a3ab111cee74509f4c3200c4340ba795ea6242 (patch) | |
tree | 9ffbfc65c89c3059e9a44db2962f66fa42add178 | |
parent | b59d0cf608f6fdbb86069ca0fb79c49d1b9377bc (diff) | |
download | meta-clang-c6a3ab111cee74509f4c3200c4340ba795ea6242.tar.gz |
python3-cffi: Ad clang to rdeps for ptests to pass
ptest tries to compile some portions on the target
and demands the compiler that was used to cross-compile it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-cffi_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-cffi_%.bbappend b/recipes-devtools/python/python3-cffi_%.bbappend new file mode 100644 index 0000000..0628a90 --- /dev/null +++ b/recipes-devtools/python/python3-cffi_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # tests need compiler on target and they need the compiler which was | ||
4 | # used to build python | ||
5 | RDEPENDS:${PN}-ptest:append:toolchain-clang = " clang" | ||