diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-28 19:50:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-01 22:48:17 +0100 |
commit | be3912baf9427a364c088fea31fde461ff7c1ebd (patch) | |
tree | 11f9b585936e9973a58cbe4ccf64407411910a43 /meta/recipes-graphics | |
parent | efbef1daa3e985a54df7f0a0867bb509f34749f0 (diff) | |
download | poky-be3912baf9427a364c088fea31fde461ff7c1ebd.tar.gz |
libjpeg-turbo: Use --reproducible option for nasm
This ensures that nasm version and timestamps do but appear in build
outputs
(From OE-Core rev: 2f69c00c4bc1de6cd518fd78f67ff3ca863392f3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
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}" | 32 | export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" |
33 | 33 | ||
34 | # Add nasm-native dependency consistently for all build arches is hard | 34 | # Add nasm-native dependency consistently for all build arches is hard |
35 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" | 35 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" |