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: lucaceresoli/bug-15201-perf-libtraceevent-missing~15500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e7d03de8ebf5e6352b6d8d52186489c5c463be7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d9d877dc0df..029847ff5f4 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)}"