Revert the switch to futures for now
authorChristopher Larson <kergoth@gmail.com>
Fri, 3 Feb 2012 15:12:55 +0000 (08:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Feb 2012 17:00:54 +0000 (17:00 +0000)
commitd747f5245e1b51cc4dae2db8f201594c6e6a522b
tree65797bab38ce12efc47b36a041886e5c2ccad380
parentb6972b987b2e9560987b8b4209568c2553235137
Revert the switch to futures for now

Without it, we get random hangs on parse failure. With it, some folks have
seen hangs even on successful cases. The former is clearly less problematic.
This is temporary, until I can finish investigating the root causes of both
issues.

(Bitbake rev: db689a99beffea1a285cdfc74a58fe73f1666987)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/concurrent/__init__.py [deleted file]
bitbake/lib/concurrent/futures/__init__.py [deleted file]
bitbake/lib/concurrent/futures/_base.py [deleted file]
bitbake/lib/concurrent/futures/_compat.py [deleted file]
bitbake/lib/concurrent/futures/process.py [deleted file]
bitbake/lib/concurrent/futures/thread.py [deleted file]