]> 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>
Tue, 21 Mar 2023 02:38:51 +0000 (16:38 -1000)
commitea6d768d0910e2076a971bdba57605dd9d68763a
treec650e4c1ae3f63275dfe106e812c088a657080f8
parent271ac31e15d00d636e888a1f3b7d4e22e0b8267a
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