mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
|
||||
bb.error("QA Issue: %s" % error_msg)
|
||||
else:
|
||||
# Use bb.warn here when it works
|
||||
bb.note("QA Issue: %s" % error_msg)
|
||||
bb.warn("QA Issue: %s" % error_msg)
|
||||
package_qa_write_error(error_class, name, path, d)
|
||||
|
||||
return not fatal
|
||||
|
||||
Reference in New Issue
Block a user