From: Joshua Watt Date: Mon, 9 Dec 2019 04:03:12 +0000 (-0600) Subject: libjpeg-turbo: Build reproducibly X-Git-Tag: uninative-2.8~845 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9119a882adbf19df9f47f66cebaa7f730d3e9462;p=openembedded-core.git libjpeg-turbo: Build reproducibly Configures the options passed to nasm to remove build paths in the generated object files. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb index 1cf854de62..32d3bd93b1 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb @@ -29,6 +29,8 @@ RCONFLICTS_${PN} += "jpeg" inherit cmake pkgconfig +export NASMENV = "--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" EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False"