base.bbclass: add buildall task from Poky
authorCliff Brake <cbrake@bec-systems.com>
Fri, 30 Nov 2007 13:54:20 +0000 (13:54 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Fri, 30 Nov 2007 13:54:20 +0000 (13:54 +0000)
Suggested by Richard as a way to force ipk's of dependencies
to get build when building a package.  This is handy if
your are building a package for a feed that does not get
installed in an image.

classes/base.bbclass

index 06a4981..1794382 100644 (file)
@@ -508,6 +508,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: