summaryrefslogtreecommitdiffstats
path: root/meta/classes/rm_work.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rm_work.bbclass')
-rw-r--r--meta/classes/rm_work.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 1b87004143..e3c92b8572 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -18,5 +18,12 @@ do_rm_work () {
18 done 18 done
19} 19}
20 20
21addtask rmall after do_rm_work
22do_rmall[recrdeptask] = "do_rm_work"
23do_rmall() {
24 :
25}
26
27
21addtask rm_work before do_build 28addtask rm_work before do_build
22addtask rm_work after do_populate_staging 29addtask rm_work after do_populate_staging