summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20170929.bb
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2017-11-22 13:58:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-02 11:24:37 +0000
commitd4ac52bef9f5364619fcb8e2f8c05927d660fff7 (patch)
tree7408c049916a7f496bb914ebab6db70ca0db66d3 /meta/recipes-extended/ltp/ltp_20170929.bb
parent7725bad91b89a291a7099b2d99789a86b028f329 (diff)
downloadopenembedded-core-d4ac52bef9f5364619fcb8e2f8c05927d660fff7.tar.gz
ltp: improve reproducibility
ltp package contains several gzipped files. Improve reproducibility of the build by ensuring the gzipped files do not contain timestamps in their headers. https://wiki.debian.org/ReproducibleBuilds/TimestampsInGzipHeaders Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20170929.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20170929.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170929.bb b/meta/recipes-extended/ltp/ltp_20170929.bb
index 93a59b31bd..8a870b36ac 100644
--- a/meta/recipes-extended/ltp/ltp_20170929.bb
+++ b/meta/recipes-extended/ltp/ltp_20170929.bb
@@ -49,6 +49,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0035-fix-test_proc_kill-hang.patch \
file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
file://0037-ltp-fix-format-security-error.patch \
+ file://0038-generate-reproducible-gzip.patch \
"
S = "${WORKDIR}/git"