summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-28 19:50:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-01 22:48:17 +0100
commitbe3912baf9427a364c088fea31fde461ff7c1ebd (patch)
tree11f9b585936e9973a58cbe4ccf64407411910a43
parentefbef1daa3e985a54df7f0a0867bb509f34749f0 (diff)
downloadpoky-be3912baf9427a364c088fea31fde461ff7c1ebd.tar.gz
libjpeg-turbo: Use --reproducible option for nasm
This ensures that nasm version and timestamps do but appear in build outputs (From OE-Core rev: 2f69c00c4bc1de6cd518fd78f67ff3ca863392f3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb
index b6efc6bca0..0bd6af8db9 100644
--- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb
+++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb
@@ -29,7 +29,7 @@ RCONFLICTS_${PN} += "jpeg"
29 29
30inherit cmake pkgconfig 30inherit cmake pkgconfig
31 31
32export NASMENV = "--debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" 32export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
33 33
34# Add nasm-native dependency consistently for all build arches is hard 34# Add nasm-native dependency consistently for all build arches is hard
35EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" 35EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False"