mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
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>
This commit is contained in:
@@ -26,5 +26,7 @@ DEPENDS += "\
|
|||||||
ninja-native \
|
ninja-native \
|
||||||
ccache-native \
|
ccache-native \
|
||||||
"
|
"
|
||||||
|
# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
|
||||||
|
COMPATIBLE_HOST:x86 = "null"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user