summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-07-16 22:37:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-07-16 22:37:08 +0000
commit078ccc6a7a664929d266ae191226cc5470445aaa (patch)
tree21aae222efa722d7b3797919e9b6bff62e0b69d2 /classes
parent617efd73935b1b3a71448bba412ea61417c0595d (diff)
parent17c63f3f4d4f05a39d8eca2840ec8fa94d156d16 (diff)
merge of '0dbdefdd9263a5773ede6a5c03b9b78084c095ef'
and 'bd74e053a497c20615c3bf587005570d65e43cf6'
Diffstat (limited to 'classes')
-rw-r--r--classes/rm_work.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/rm_work.bbclass b/classes/rm_work.bbclass
index 1b87004143..e3c92b8572 100644
--- a/classes/rm_work.bbclass
+++ b/classes/rm_work.bbclass
@@ -18,5 +18,12 @@ do_rm_work () {
done
}
+addtask rmall after do_rm_work
+do_rmall[recrdeptask] = "do_rm_work"
+do_rmall() {
+ :
+}
+
+
addtask rm_work before do_build
addtask rm_work after do_populate_staging