]> 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>
Wed, 29 May 2019 11:53:46 +0000 (12:53 +0100)
commitb9b8cd3ce9755087d5d89b54287e171ac5effe3b
tree45fc8a13051d0a9599c50bc169e1f740df6d0f00
parent79582352f256673999ad3ae1c24a4602c5bcaf26
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