diff options
Diffstat (limited to 'meta/classes/reproducible_build.bbclass')
| -rw-r--r-- | meta/classes/reproducible_build.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass index 96bb012243..89f645b858 100644 --- a/meta/classes/reproducible_build.bbclass +++ b/meta/classes/reproducible_build.bbclass | |||
| @@ -109,6 +109,8 @@ python create_source_date_epoch_stamp() { | |||
| 109 | os.rename(tmp_file, epochfile) | 109 | os.rename(tmp_file, epochfile) |
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | EPOCHTASK = "do_deploy_source_date_epoch" | ||
| 113 | |||
| 112 | # Generate the stamp after do_unpack runs | 114 | # Generate the stamp after do_unpack runs |
| 113 | do_unpack[postfuncs] += "create_source_date_epoch_stamp" | 115 | do_unpack[postfuncs] += "create_source_date_epoch_stamp" |
| 114 | 116 | ||
