]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2022 11:26:45 +0000 (12:26 +0100)
commitbeb2a76c591e985c6fc7ed473abd1bee27f955a2
tree263aa96dea80375ed14ca2cb51c90d3327f542d5
parent6aaffaca8afb3955253834f10517769dbe3b22b8
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>
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gcc/gcc-source.inc