diff options
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" |