]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Fri, 25 Mar 2016 10:29:13 +0000 (10:29 +0000)
commit50addfb97bb901dce5551c124e7ba27f920b02ef
treeeb506a2060f07db24a13344fa83254a837705ee8
parent0ec30c7a68f2d3dd9650e44af9e4268f83ec0281
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.

(From OE-Core rev: 970a02061b474a238f57cd0cc4db7b62e36dfa3d)

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