bitbake/lib/bb/make.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 22 May 2005 19:44:39 +0000 (19:44 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 22 May 2005 19:44:39 +0000 (19:44 +0000)
commitf39f4bfc157a682672ea549da653b29b10e3d284
treed8c41ad737bf2f7268d4ec8ea0d4d3b92262c8d2
parent8f9a755afae17c950c8478fe1fbfe18c6c153a0b
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
bin/bitbake
lib/bb/make.py