bitbake: utils.py: Once we've printed errors messages, suppress the backtrace
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Aug 2012 19:02:39 +0000 (20:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2012 08:22:42 +0000 (09:22 +0100)
commit80cdcd1c53b411cab45b26485e156bf958eae16a
tree7efad7d547565b0c55e5c695c318e904405c96f4
parent6bcf8e32dbf14b66091c8cc1fbf163ea2a1cd69d
bitbake: utils.py: Once we've printed errors messages, suppress the backtrace

Adding a generic backtrace to better_compile and better_exec is pointless,
therefore reraise the exception as a bb.BBHandledException so the
generic code doesn't confuse the user even more.

(Bitbake rev: b3d97130e1e70fe969399277dcd7cccd888103d6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/utils.py