]> code.ossystems Code Review - openembedded-core.git/commit
perl: Preserve attributes when applying cross files
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 28 May 2019 02:27:32 +0000 (21:27 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 May 2019 23:23:03 +0000 (00:23 +0100)
commit1ddd2c1e3b70744fbcee688482adf08a8f693d45
tree40fa8ae12dc15d7452de33c58d1038f85c009b97
parent63db1057ff3299e0ae1bb1cb29bf432a322e6b76
perl: Preserve attributes when applying cross files

The file attributes (specifically the timestamps) must be preserved when
applying the cross files to have reproducible builds. Otherwise, the
cross files get the timestamp from when they are copied in the do_unpack
task, and the reproducible_build class uses this timestamp since it is
the youngest one in the source tree.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl-sanity/perl_5.28.2.bb