]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
glibc: Add missing binutils dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2023 11:48:05 +0000 (11:48 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Mar 2023 14:35:11 +0000 (04:35 -1000)
commitb49f0a29be4f81009b0812f0649b1d9301d1ea1a
treee01447b8a02a866e197308beeabacd758f03bd23
parent2b2da04c5e88529c74b44569919fdcc136c48cca
glibc: Add missing binutils dependency

glibc has it's dependencies handled more manually due to it's place
in the toolchain bootstrap. It depends upon the compiler and indirectly
through that to binutils. This did mean that if binutils changes and the
compiler does not, sstate and hash equivalence could mean that glibc
wouldn't rebuild.

Add a direct dependency on binutils that if it changes, it forces glibc
to rebuild, as it should.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c4a7b3decff636292f5e76e95406a22b6fe4a994)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/glibc/glibc.inc