mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
libjpeg-turbo: fix nativesdk build in same way as native builds are
(From OE-Core rev: 6e7d03de8ebf5e6352b6d8d52186489c5c463be7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b235fb6a4d
commit
91ce95bf36
@@ -31,6 +31,7 @@ inherit cmake pkgconfig
|
||||
|
||||
# Add nasm-native dependency consistently for all build arches is hard
|
||||
EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False"
|
||||
EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False"
|
||||
|
||||
# Work around missing x32 ABI support
|
||||
EXTRA_OECMAKE_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", "-DWITH_SIMD=False", "", d)}"
|
||||
|
||||
Reference in New Issue
Block a user