diff options
-rw-r--r-- | meta/classes/archiver.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 48b4913a9f..43333a7551 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass | |||
@@ -583,7 +583,9 @@ addtask do_ar_configured after do_unpack_and_patch | |||
583 | addtask do_ar_mirror after do_fetch | 583 | addtask do_ar_mirror after do_fetch |
584 | addtask do_dumpdata | 584 | addtask do_dumpdata |
585 | addtask do_ar_recipe | 585 | addtask do_ar_recipe |
586 | addtask do_deploy_archives before do_build | 586 | addtask do_deploy_archives |
587 | do_build[recrdeptask] += "do_deploy_archives" | ||
588 | do_populate_sdk[recrdeptask] += "do_deploy_archives" | ||
587 | 589 | ||
588 | python () { | 590 | python () { |
589 | # Add tasks in the correct order, specifically for linux-yocto to avoid race condition. | 591 | # Add tasks in the correct order, specifically for linux-yocto to avoid race condition. |