mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-lief: Skip to build on riscv32
It needs pydantic during build | ERROR Missing dependencies: | pydantic>=2.8.2 | pydantic-core==2.33.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6a3128f17b
commit
67d9edf991
|
|
@ -33,5 +33,7 @@ DEPENDS += "\
|
|||
"
|
||||
# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
|
||||
COMPATIBLE_HOST:x86 = "null"
|
||||
# Needs pydantic and pydantic-core
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user