]> code.ossystems Code Review - openembedded-core.git/commit
glibc: package the stub .a libaries into glibc-dev
authorRoss Burton <ross@burtonini.com>
Tue, 17 Aug 2021 22:29:19 +0000 (23:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Aug 2021 16:00:16 +0000 (17:00 +0100)
commitf42658198193dcf88814513e1fa09bf484777079
tree6310ca96fdec6e3e8b046445184bf473124a6a16
parentfe1f675ea156722a3709b13cd751479c9528134d
glibc: package the stub .a libaries into glibc-dev

In glibc 2.34, the libraries libpthread, libdl, libutil, libanl have
been integrated into libc. To retain compatibility with old binaries the
shared libaries are still shipped but are empty, and to keep software
building there are empty static libraries.

However, these static libraries get packaged into glibc-staticdev (as
they should be), but by this design they should be in glibc-dev.

https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-package.inc