mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
reproducible: Merge code into base.bbclass
Reproducibility is here to stay and needs to be part of our default workflow. Move the remaining code to base.bbclass so it is always a first class citizen and it is clear people need to be mindful of it. (From OE-Core rev: abb0671d2cebfd7e8df94796404bbe9c7f961058) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -109,8 +109,8 @@ python () {
|
||||
if local_srcuri and task in fetch_tasks:
|
||||
continue
|
||||
bb.build.deltask(task, d)
|
||||
if bb.data.inherits_class('reproducible_build', d) and task == 'do_unpack':
|
||||
# The reproducible_build's create_source_date_epoch_stamp function must
|
||||
if task == 'do_unpack':
|
||||
# The reproducible build create_source_date_epoch_stamp function must
|
||||
# be run after the source is available and before the
|
||||
# do_deploy_source_date_epoch task. In the normal case, it's attached
|
||||
# to do_unpack as a postfuncs, but since we removed do_unpack (above)
|
||||
|
||||
Reference in New Issue
Block a user