diff options
-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" | ||