mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
libjpeg-turbo: Build reproducibly
Configures the options passed to nasm to remove build paths in the generated object files. (From OE-Core rev: 9119a882adbf19df9f47f66cebaa7f730d3e9462) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a14457c796
commit
98453bee39
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user