]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: unify cleanup of include-fixed, apply to cross-canadian
authorDenys Dmytriyenko <denys@konsulko.com>
Mon, 22 Jul 2024 05:34:59 +0000 (01:34 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Aug 2024 06:55:32 +0000 (07:55 +0100)
commit9221e4ab8cca4c06dc3d5c1de2fd4ce46477578a
tree96dbc3ddd28eb681d4d05215a0403e1cb684404d
parent350ff7d53f7506de2bc01f0efc569b8294b9afea
gcc: unify cleanup of include-fixed, apply to cross-canadian

Since target and cross variants were already doing similar cleanup
of include-fixed headers, as those aren't used, unify the code and
also apply the same to cross-canadian variant.

Some of those header files get processed with a tool that leaves
absolute buildpaths inside the file's commented section, causing
QA errors. Since those aren't used, let's remove them.

This may be a temporary solution until the tool itself gets fixed
to not embed absolute buildpaths in the header files:
https://lists.openembedded.org/g/openembedded-core/topic/107268307

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-cross.inc
meta/recipes-devtools/gcc/gcc-target.inc