mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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:
@@ -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):
|
def oe_unpack_file(file, data, url = None):
|
||||||
import bb, os
|
import bb, os
|
||||||
if not url:
|
if not url:
|
||||||
|
|||||||
Reference in New Issue
Block a user