]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc-source: Ensure deploy_source_date_epoch sstate hash doesn't change
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Nov 2022 14:14:33 +0000 (14:14 +0000)
committerSteve Sakoman <steve@sakoman.com>
Sat, 19 Nov 2022 13:59:47 +0000 (03:59 -1000)
commitfbc6c1dc6cd4b360efb11fd7165d8cb14f12cc48
tree1de5f17cf10902976c6daee6e21cc967f489a18c
parentbce5a6269dfed4baa893b70ada71d266b95c9a0b
gcc-source: Ensure deploy_source_date_epoch sstate hash doesn't change

Currently if you switch machines, gcc-source do_deploy_source_date_epoch
would re-run as the stamps are tune specific. This hasn't caused much
of an issue until now, however if we fix the gcc recipes to reuse the
timestamp from this task, it does then create problems.

Copy code from allarch to ensure this task hash doesn't change between
machines/tunes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 7e052d03464ba5e880a6c5a0e45ff2f467ef97e8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-source.inc