]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Add buildall task
authorRichard Purdie <richard@openedhand.com>
Sun, 25 Nov 2007 14:07:17 +0000 (14:07 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 25 Nov 2007 14:07:17 +0000 (14:07 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3230 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/base.bbclass

index 485d05281a8c020cb733cfb29b00060569d32dfe..e5005b02ce91c92e4fea6796e2fd81a6a7d6a844 100644 (file)
@@ -511,6 +511,13 @@ base_do_fetchall() {
        :
 }
 
+addtask buildall after do_build
+do_buildall[recrdeptask] = "do_build"
+base_do_buildall() {
+       :
+}
+
+
 def oe_unpack_file(file, data, url = None):
        import bb, os
        if not url: