summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/rm_work.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 4121a13279..1f28bc7187 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -180,7 +180,7 @@ python inject_rm_work() {
180 # other recipes and thus will typically run much later than completion of 180 # other recipes and thus will typically run much later than completion of
181 # work in the recipe itself. 181 # work in the recipe itself.
182 # In practice, addtask() here merely updates the dependencies. 182 # In practice, addtask() here merely updates the dependencies.
183 bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d) 183 bb.build.addtask('do_rm_work', 'do_rm_work_all do_build', ' '.join(deps), d)
184 184
185 # Always update do_build_without_rm_work dependencies. 185 # Always update do_build_without_rm_work dependencies.
186 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d) 186 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)