]> code.ossystems Code Review - openembedded-core.git/commit
classes/distutils*: don't hide logs when setup script fails
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 21 Mar 2016 05:10:58 +0000 (18:10 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 14:24:24 +0000 (14:24 +0000)
commit970a02061b474a238f57cd0cc4db7b62e36dfa3d
tree8413060931d426e4aa260ecab3d6eb90a5f58cec
parent52f9b12601c02f1585438f890f847b4596170362
classes/distutils*: don't hide logs when setup script fails

We need to see the output of the setup script in the error message
because what we are having bbfatal print here doesn't completely
describe what went wrong, thus we should use bbfatal_log here and not
bbfatal.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distutils-tools.bbclass
meta/classes/distutils.bbclass
meta/classes/distutils3.bbclass