Skip to content

Commit

Permalink
python3-cffi: Ad clang to rdeps for ptests to pass
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj committed Sep 18, 2024
1 parent b59d0cf commit c6a3ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes-devtools/python/python3-cffi_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

# tests need compiler on target and they need the compiler which was
# used to build python
RDEPENDS:${PN}-ptest:append:toolchain-clang = " clang"

0 comments on commit c6a3ab1

Please sign in to comment.