From: Cliff Brake Date: Fri, 30 Nov 2007 13:54:20 +0000 (+0000) Subject: base.bbclass: add buildall task from Poky X-Git-Tag: Release-2010-05/1~8252^2~1^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d8e49c3956522d7dba6e885c7ca04f06aea97c;p=openembedded.git base.bbclass: add buildall task from Poky 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. --- diff --git a/classes/base.bbclass b/classes/base.bbclass index 06a49814d2..1794382699 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -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: