bitbake/runqueue: fix python error on scenequeue task failure
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 1 Mar 2012 14:57:35 +0000 (14:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2012 15:51:36 +0000 (15:51 +0000)
commit2db8cf482de755d1cdb60e2bc6b9faac32331f55
treea81c0c41bd511b25fe39588b715233abfb5c3966
parent94827cb50d7f1a6febf438d6b605c7e36cba10d0
bitbake/runqueue: fix python error on scenequeue task failure

Fixes a regression introduced in commit
e8a3499c95a6d4f2b8fed002fb9504733c5be3c6 which resulted in a
backtrace on setscene task failure due to trying to dereference
the setscene task ID twice.

(Bitbake rev: 8b846a92a58b5c20d7cfd2efd32b763e95c3c2fd)

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