]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cooker: now that we use a Pool, raise the exceptions
authorChristopher Larson <chris_larson@mentor.com>
Mon, 25 Feb 2013 18:48:00 +0000 (11:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Feb 2013 15:28:05 +0000 (07:28 -0800)
commit9ca8e513dc142dd7aefadeb6db2ccdb00f38b39f
tree487c32e8222763e34e8b974923e07366583f6e26
parentb7440fb36b419996046f607e66434ce34722272b
cooker: now that we use a Pool, raise the exceptions

Multiprocessing catches these and handles passing them between processes
itself, we don't need to do it ourselves anymore.

[YOCTO #3926]

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/cooker.py