base.bbclass: Add buildall task

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3230 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-25 14:07:17 +00:00
parent 84e1d7cc07
commit 7be7ded669

View 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: