summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-06 21:13:57 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-06 21:15:00 -0700
commit67d9edf991e5f93b6779b9f606e15721df7e1871 (patch)
treeb37dea43e4f9ce515a8f1b7e85adb636d78ed4d9 /meta-python
parent6a3128f17bff0a086bcc8fbf28205a4de432013b (diff)
downloadmeta-openembedded-67d9edf991e5f93b6779b9f606e15721df7e1871.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-lief_0.16.4.bb2
1 files changed, 2 insertions, 0 deletions
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 += "\
33" 33"
34# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203 34# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
35COMPATIBLE_HOST:x86 = "null" 35COMPATIBLE_HOST:x86 = "null"
36# Needs pydantic and pydantic-core
37COMPATIBLE_HOST:riscv32 = "null"
36 38
37BBCLASSEXTEND = "native nativesdk" 39BBCLASSEXTEND = "native nativesdk"