Files
poky/bitbake/lib/bb
Dongxiao Xu ba8538b3a9 runqueue.py: initialize rqexe at RunQueue's init function
Sometimes user stops the build before runqueue is established,
for example, at the stage of running add_unresolved() function. This
will cause RunQueue to use rqexe field in finish_runqeue() before
initialized. This will cause endless print of "Running idle function"
if use process server.

This commit initialize rqexe variable in RunQueue's init function,
and add a judgement in finish_runqueue().

(Bitbake rev: 59f817723172092a87738c79f555e605f55ea375)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-01 15:51:36 +00:00
..
2012-03-01 15:51:35 +00:00
2012-01-23 09:01:36 +00:00
2012-02-28 13:47:10 +00:00
2011-05-07 08:49:28 +01:00
2010-07-02 15:41:37 +01:00
2012-02-26 11:05:27 +00:00
2012-02-28 13:47:10 +00:00