]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: fix handling of failed tasks
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Apr 2017 12:28:05 +0000 (00:28 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 22:57:38 +0000 (23:57 +0100)
commit9174b845bf6a6be7753bf6b921959b1f3f2dcbc0
tree989a416ba0836ca9b6c8fc3ce7508253f8a7de89
parent98fbc46e1a51237213bd7825a922389d3ab2ad9b
devtool: extract: fix handling of failed tasks

If a task such as do_fetch fails when we're extracting source for a
recipe (within devtool modify / upgrade / extract / sync) then we should
naturally stop processing instead of blundering on; in order to do that
we need to be listening for the TaskFailed event. Thanks to Richard
Purdie for noticing and fixing this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py