]> code.ossystems Code Review - openembedded-core.git/commit
e2fsprogs_1.43.8.bb: improve reproducibility
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 3 Mar 2018 01:02:00 +0000 (17:02 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:35 +0000 (06:36 -0800)
commitb32f3b655189fd89dcfce084b6fda0d379300f75
tree42c6d7f4c34ed95a06c326b61d2117202a77b73e
parent54615151da5e8c77c803947ce5760d06c1691c58
e2fsprogs_1.43.8.bb: improve reproducibility

Various builds of e2fsprogs 1.43.7 package locales which may or may
not have POT-Creation-Date removed. There is no obvious pattern, it
affects different locales each time, the build being non-deterministic.

The root cause was tracked to non-deterministic time stamps (as GIT does
not preserve file mktime), so some "make" rules sometimes fired, sometimes
did not.

The remedy is to explicitly "touch" files that cause non-deterministic build.

[YOCTO #12516]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.8.bb