summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-cffi_%.bbappend5
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 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3# tests need compiler on target and they need the compiler which was
4# used to build python
5RDEPENDS:${PN}-ptest:append:toolchain-clang = " clang"