From 21230e8d8f9548472026c29bbb188e1e66bc43fe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Feb 2025 13:24:49 -0800 Subject: 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 --- meta-python/recipes-devtools/python/python3-lief_0.16.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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 += "\ ninja-native \ ccache-native \ " +# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203 +COMPATIBLE_HOST:x86 = "null" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf