]> code.ossystems Code Review - openembedded-core.git/commitdiff
libjpeg-turbo: Use --reproducible option for nasm
authorKhem Raj <raj.khem@gmail.com>
Thu, 29 Apr 2021 02:50:57 +0000 (19:50 -0700)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 6 May 2021 02:09:38 +0000 (10:09 +0800)
This ensures that nasm version and timestamps do but appear in build
outputs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2f69c00c4bc1de6cd518fd78f67ff3ca863392f3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb

index b6efc6bca048fbd195903264bc1e894fde94c2f6..0bd6af8db9518a92a0516fbbced74ad12a8b19b6 100644 (file)
@@ -29,7 +29,7 @@ RCONFLICTS_${PN} += "jpeg"
 
 inherit cmake pkgconfig
 
-export NASMENV = "--debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
+export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}"
 
 # Add nasm-native dependency consistently for all build arches is hard
 EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False"