From: Khem Raj Date: Thu, 29 Apr 2021 02:50:57 +0000 (-0700) Subject: libjpeg-turbo: Use --reproducible option for nasm X-Git-Tag: uninative-3.1~28 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2f69c00c4bc1de6cd518fd78f67ff3ca863392f3;p=openembedded-core.git libjpeg-turbo: Use --reproducible option for nasm This ensures that nasm version and timestamps do but appear in build outputs Signed-off-by: Khem Raj Cc: Joshua Watt Signed-off-by: Richard Purdie --- 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" 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"