diff options
Diffstat (limited to 'meta/classes/externalsrc.bbclass')
-rw-r--r-- | meta/classes/externalsrc.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index ad93b2d2ab..abfe24bace 100644 --- a/meta/classes/externalsrc.bbclass +++ b/meta/classes/externalsrc.bbclass | |||
@@ -109,8 +109,8 @@ python () { | |||
109 | if local_srcuri and task in fetch_tasks: | 109 | if local_srcuri and task in fetch_tasks: |
110 | continue | 110 | continue |
111 | bb.build.deltask(task, d) | 111 | bb.build.deltask(task, d) |
112 | if bb.data.inherits_class('reproducible_build', d) and task == 'do_unpack': | 112 | if task == 'do_unpack': |
113 | # The reproducible_build's create_source_date_epoch_stamp function must | 113 | # The reproducible build create_source_date_epoch_stamp function must |
114 | # be run after the source is available and before the | 114 | # be run after the source is available and before the |
115 | # do_deploy_source_date_epoch task. In the normal case, it's attached | 115 | # do_deploy_source_date_epoch task. In the normal case, it's attached |
116 | # to do_unpack as a postfuncs, but since we removed do_unpack (above) | 116 | # to do_unpack as a postfuncs, but since we removed do_unpack (above) |