]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Mar 2021 10:29:44 +0000 (10:29 +0000)
commita67e9ebfd5b8002fd4a7d8d27ff0d997817f76e1
tree272513b4c3bacd8f5235dd28640f60e307d80ff5
parentf13c2cd727b01a3a11211a42c682ebb5eef9aa11
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>
meta/classes/insane.bbclass