aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-05-22 19:44:39 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-05-22 19:44:39 +0000
commitf39f4bfc157a682672ea549da653b29b10e3d284 (patch)
treed8c41ad737bf2f7268d4ec8ea0d4d3b92262c8d2 /bin
parent8f9a755afae17c950c8478fe1fbfe18c6c153a0b (diff)
downloadbitbake-f39f4bfc157a682672ea549da653b29b10e3d284.tar.gz
bitbake/lib/bb/make.py:
Pass more data to the parsing progressCallBack. We will soon use this data to eliminate the long delay before building. bitbake/bin/bitbake: Just change the signature of the callback method for now. We will soon keep the 'parsing status' in a instance we will fill while parsing and only evaluate in build_depgraph
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index f9142c42f..405560313 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -539,7 +539,7 @@ def build_depgraph():
if terminal:
__world_target.add(pn)
-def myProgressCallback( x, y, f ):
+def myProgressCallback( x, y, f, file_data, from_cache ):
if bbdebug > 0:
return
if os.isatty(sys.stdout.fileno()):