summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/archiver.bbclass4
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
583addtask do_ar_mirror after do_fetch 583addtask do_ar_mirror after do_fetch
584addtask do_dumpdata 584addtask do_dumpdata
585addtask do_ar_recipe 585addtask do_ar_recipe
586addtask do_deploy_archives before do_build 586addtask do_deploy_archives
587do_build[recrdeptask] += "do_deploy_archives"
588do_populate_sdk[recrdeptask] += "do_deploy_archives"
587 589
588python () { 590python () {
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.