diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-12-08 22:03:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 09:10:46 +0000 |
commit | 98453bee39203bd3ac254c8e96d450035008783f (patch) | |
tree | e6d2fc668b8d4ecdc3a8f1bdcc47220b1cfa2783 /meta/recipes-graphics/jpeg | |
parent | a14457c7967c6883344b8c3994fe3415129cfed0 (diff) | |
download | poky-98453bee39203bd3ac254c8e96d450035008783f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/jpeg')
-rw-r--r-- | meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
29 | 29 | ||
30 | inherit cmake pkgconfig | 30 | inherit cmake pkgconfig |
31 | 31 | ||
32 | export NASMENV = "--debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | ||
33 | |||
32 | # Add nasm-native dependency consistently for all build arches is hard | 34 | # Add nasm-native dependency consistently for all build arches is hard |
33 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" | 35 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" |
34 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False" | 36 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False" |