mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user