mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
insane.bbclass: Make sure QA issues are reported as warnings
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -153,8 +153,7 @@ def package_qa_handle_error(error_class, error_msg, name, path, d):
|
|||||||
if fatal:
|
if fatal:
|
||||||
bb.error("QA Issue: %s" % error_msg)
|
bb.error("QA Issue: %s" % error_msg)
|
||||||
else:
|
else:
|
||||||
# Use bb.warn here when it works
|
bb.warn("QA Issue: %s" % error_msg)
|
||||||
bb.note("QA Issue: %s" % error_msg)
|
|
||||||
package_qa_write_error(error_class, name, path, d)
|
package_qa_write_error(error_class, name, path, d)
|
||||||
|
|
||||||
return not fatal
|
return not fatal
|
||||||
|
|||||||
Reference in New Issue
Block a user