]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc-source: Fix incorrect task dependencies from ${B}
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2022 16:24:36 +0000 (17:24 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 15 Jun 2022 16:40:10 +0000 (06:40 -1000)
commit14aa189c2e47a2c5a4a0099235a2605666651f74
tree2792268855e78de12331f1209341ab859273280b
parent28090d32c88d99ea36a03f3bb723838746001e4b
gcc-source: Fix incorrect task dependencies from ${B}

Some tasks may reference ${B} for gcc-source which in general would not exist.
It has dependencies on HOST_SYS and TARGET_SYS which are not appropriate for a
shared recipe like gcc-source. This causes problems for the archiver and
multiconfigs in particlar.

Set B to something else to avoid these task hash issues.

Acked-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit beb2a76c591e985c6fc7ed473abd1bee27f955a2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gcc/gcc-source.inc