summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
index 99ed82dac4..132d4b375a 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb
@@ -24,7 +24,7 @@ RCONFLICTS:${PN} += "jpeg"
24 24
25inherit cmake pkgconfig 25inherit cmake pkgconfig
26 26
27export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" 27export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}"
28 28
29# Add nasm-native dependency consistently for all build arches is hard 29# Add nasm-native dependency consistently for all build arches is hard
30EXTRA_OECMAKE:append:class-native = " -DWITH_SIMD=False" 30EXTRA_OECMAKE:append:class-native = " -DWITH_SIMD=False"