]> code.ossystems Code Review - openembedded-core.git/commit
insane: Start to clean up do_configure_qa code
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jan 2016 12:55:30 +0000 (12:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:37 +0000 (16:35 +0000)
commitfbdf977a8094bb1e0baca85ffb3ed7f326986639
treed951c48708e63c080ca979db36f234659653286e
parentebee3caeaa18daf4974ea90e264d64467681f57a
insane: Start to clean up do_configure_qa code

This cleans up the do_configure_qa code so that the exit status from
package_qa_handle_error is handled correctly.

It also converts package_qa_check_license to use our standard QA check
configuration interface through package_qa_handle_error rather than
a mix of return values, bb.fatal and bb.build.FuncFailed.

Due to the merging of multiple lines into one message, we need to
tweak a QA test to account for this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass
meta/lib/oeqa/selftest/lic-checksum.py