[oe-commits] org.oe.dev rm_work: add rmall command that recursively rm_works (e.g. bitbake angstrom-x11-image -c rmall)

koen commit openembedded-commits at lists.openembedded.org
Mon Jul 16 07:42:45 UTC 2007


rm_work: add rmall command that recursively rm_works (e.g. bitbake angstrom-x11-image -c rmall)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4213de3ffd14e7cf6ceeabc6b2c47a76575ff89e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4213de3ffd14e7cf6ceeabc6b2c47a76575ff89e
Files:
1
classes/rm_work.bbclass
Diffs:

#
# mt diff -r2950e7062db26731bcd069eca7a2f1c4a0fea4e5 -r4213de3ffd14e7cf6ceeabc6b2c47a76575ff89e
#
# 
# 
# patch "classes/rm_work.bbclass"
#  from [00ead2158340f64f924a89c99a7b91b3a0a18c85]
#    to [ac5939a096d5914a050f77e376a6cf68c3e775a5]
# 
============================================================
--- classes/rm_work.bbclass	00ead2158340f64f924a89c99a7b91b3a0a18c85
+++ classes/rm_work.bbclass	ac5939a096d5914a050f77e376a6cf68c3e775a5
@@ -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






More information about the Openembedded-commits mailing list