mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-15 02:30:50 +00:00
python3-lief: Disable build on 32bit x86
Asserts fail, need upstream to validate the right approach to fix it [1]
[1] 3def579f75 (r152197203)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user