diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-05 13:24:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-05 13:56:33 -0800 |
commit | 21230e8d8f9548472026c29bbb188e1e66bc43fe (patch) | |
tree | 72f99e3899b316c1ef0f04a6e5130c7df451582c | |
parent | ebcec4a3b4c2b83c7f1baa19bfa3f8f182e9adc2 (diff) | |
download | meta-openembedded-21230e8d8f9548472026c29bbb188e1e66bc43fe.tar.gz |
python3-lief: Disable build on 32bit x86
Asserts fail, need upstream to validate the right approach to fix it [1]
[1] https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb index 47216d4e0e..ff3010de14 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | |||
@@ -26,5 +26,7 @@ DEPENDS += "\ | |||
26 | ninja-native \ | 26 | ninja-native \ |
27 | ccache-native \ | 27 | ccache-native \ |
28 | " | 28 | " |
29 | # https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203 | ||
30 | COMPATIBLE_HOST:x86 = "null" | ||
29 | 31 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |