diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-06 21:13:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-06 21:15:00 -0700 |
commit | 67d9edf991e5f93b6779b9f606e15721df7e1871 (patch) | |
tree | b37dea43e4f9ce515a8f1b7e85adb636d78ed4d9 /meta-python | |
parent | 6a3128f17bff0a086bcc8fbf28205a4de432013b (diff) | |
download | meta-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.bb | 2 |
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 |
35 | COMPATIBLE_HOST:x86 = "null" | 35 | COMPATIBLE_HOST:x86 = "null" |
36 | # Needs pydantic and pydantic-core | ||
37 | COMPATIBLE_HOST:riscv32 = "null" | ||
36 | 38 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |