]> code.ossystems Code Review - openembedded-core.git/commit
insane: don't check for a warning string that is never output
authorRoss Burton <ross@burtonini.com>
Mon, 8 Mar 2021 18:01:49 +0000 (18:01 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 11 Mar 2021 15:00:02 +0000 (05:00 -1000)
commit32c49bc10013ece820c9168b690d14a5a9fd1f13
tree52e291e9bf1c046ed3d71a48e99ca7bf7ee0f957
parentb5bcbe1835ad95a65c2c01212a35f9388ac0dffc
insane: don't check for a warning string that is never output

insane has checks that the compiler isn't printing "CROSS COMPILE
Badness" during configure/compile/install, but this message hasn't been
output by GCC since 2010 (23f522e7).

The current warning is "include location [...] is unsafe for cross-
compilation" and as that is a proper GCC warning, we can make it fatal
in follow-up patches.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a67e9ebfd5b8002fd4a7d8d27ff0d997817f76e1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/insane.bbclass