diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-09-09 21:22:13 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-11 22:39:19 +0100 |
commit | 74d7d84dcb06aedd040ac77fcb577259419f2a2a (patch) | |
tree | 133f8aef01644c2a7b68f70e6ceacb8ba3e89d56 /Makefile | |
parent | 88e643a8b75f7cc7e30c5212f8e08cc483249aa7 (diff) | |
download | poky-74d7d84dcb06aedd040ac77fcb577259419f2a2a.tar.gz |
externalsrc: Work with reproducible_build
Externalsrc removes do_fetch, do_unpack, and do_patch. The system normally
discovers the correct reproducible date as a postfuncs of do_unpack, so this
date is never found, so it falls back to the default epoch.
Instead we can move the discovery function to a prefuncs on the epoch
deploy task. This task will run before do_configure, and since the source
is already available can run safely at anytime.
(From OE-Core rev: 0b7dd711a54e92ce54abe99f59fc67e683d52dfe)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions