From: Alexander Kanavin Date: Wed, 30 Jan 2019 10:59:36 +0000 (+0100) Subject: libjpeg-turbo: fix nativesdk build in same way as native builds are X-Git-Tag: uninative-2.4~475 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e7d03de8ebf5e6352b6d8d52186489c5c463be7;p=openembedded-core.git libjpeg-turbo: fix nativesdk build in same way as native builds are Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb index d9d877dc0d..029847ff5f 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb @@ -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)}"