diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/rm_work.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index c2b569903a..8979714e62 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
| @@ -174,7 +174,7 @@ python inject_rm_work() { | |||
| 174 | # other recipes and thus will typically run much later than completion of | 174 | # other recipes and thus will typically run much later than completion of |
| 175 | # work in the recipe itself. | 175 | # work in the recipe itself. |
| 176 | # In practice, addtask() here merely updates the dependencies. | 176 | # In practice, addtask() here merely updates the dependencies. |
| 177 | bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d) | 177 | bb.build.addtask('do_rm_work', 'do_rm_work_all do_build', ' '.join(deps), d) |
| 178 | 178 | ||
| 179 | # Always update do_build_without_rm_work dependencies. | 179 | # Always update do_build_without_rm_work dependencies. |
| 180 | bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d) | 180 | bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d) |
