]> code.ossystems Code Review - openembedded-core.git/commit
libjpeg-turbo: improve reproducibility
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 1 Mar 2018 22:53:18 +0000 (14:53 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:32 +0000 (17:08 +0000)
commit46a39fe9fa2bc8f58ec822434b9ace9ab5572c82
treee3d9962ce2cab7163a715e6cd798f6e079774242
parentf1f09f16911c4d9c6510aaa0acf88b100a08fa27
libjpeg-turbo: improve reproducibility

Build date ends up embbedded in binary images, breaking reproducibility
of jpeg-tools and libturbojpeg. To enable reproducible builds, build date can be
specified during configuration, via "--with_build_date=<date>".
If SOURCE_DATE_EPOCH is specified we configure libjpeg-turbo with this value as
build date. Although the build date is a generic string, we keep it in the same
format YYYYMMDD.

[YOCTO #12526]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.3.bb