From 67d9edf991e5f93b6779b9f606e15721df7e1871 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 6 Apr 2025 21:13:57 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python3-lief_0.16.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb index 294f8fd1ad..67bbcbf7b1 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.4.bb @@ -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" -- cgit v1.2.3-54-g00ecf