[Buildroot] [git commit branch/2026.05.x] package/glibc: fix license information
Titouan Christophe via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/8809bcb3beb48174e443828738d20632773e8489 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2026.05.x The COPYINGv3 license file was added with upstream commit e067e53080386e93dcf8b07e25fb6656f2c8941e, it applies to scripts used during build. LGPL-3.0+ applies to sysdeps/htl/raise.c, which is used for the Hurd platform. Buildroot builds only Linux, so the file should not be compiled, but it is part of the downloaded (and possibly shared, if "make legal-info" is used) archive. The same applies to the manual. Checked against the copyright file of the Debian "libc6" package (as of 2.42-17 and 2.43-2), note that Debian excludes the manual. Signed-off-by: Fiona Klute (Othermo GmbH) <[email protected]> Signed-off-by: Julien Olivain <[email protected]> (cherry picked from commit 45b24c43a0ea7122a222f659b27ef2e0baadb4c7) Signed-off-by: Titouan Christophe <[email protected]> --- package/glibc/glibc.hash | 2 ++ package/glibc/glibc.mk | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash index d9aaceea30..237b56ee48 100644 --- a/package/glibc/glibc.hash +++ b/package/glibc/glibc.hash @@ -4,4 +4,6 @@ sha256 6c6ec86c66f0484c6916e849e20433ebc67869649c72a772cdf1bb6ca408d516 glibc- # Hashes for license files sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYINGv2 sha256 20e50fe7aae3e56378ebf0417d9de904f55a0e61e4df315333e632a4d3555d95 COPYING.LESSERv2 +sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYINGv3 sha256 b22a69aa3f80a5201818c66cb0df0f25f9fa13cf5861b0093a058dbd12d50dce LICENSES +sha256 297ad42928811894f3abc955526431b1e7856e6766eecb7de2a5a0aa2915e5cf manual/fdl-1.3.texi diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk index 375429cfd4..29b0639cb1 100644 --- a/package/glibc/glibc.mk +++ b/package/glibc/glibc.mk @@ -11,8 +11,14 @@ GLIBC_VERSION = 2.43-49-g8017bcfc4d9bd16083cb7f3d8eda7d07b4593b09 GLIBC_SITE = https://gitlab.com/gnutools/glibc.git GLIBC_SITE_METHOD = git -GLIBC_LICENSE = GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library) -GLIBC_LICENSE_FILES = COPYINGv2 COPYING.LESSERv2 LICENSES +GLIBC_LICENSE = \ + GPL-2.0+ (programs), \ + LGPL-2.1+, BSD-2-Clause, BSD-3-Clause, BSL-1.0, FSFAP, ISC, other permissive licenses, public domain (library), \ + LGPL-3.0+ (sysdeps/htl/raise.c, for Hurd only), \ + GPL-3.0+ (scripts/move-if-change), \ + GPL-3.0+ WITH Texinfo-exception (manual/texinfo.tex), \ + GFDL-1.3-or-later (manual) +GLIBC_LICENSE_FILES = COPYINGv2 COPYING.LESSERv2 COPYINGv3 LICENSES manual/fdl-1.3.texi GLIBC_CPE_ID_VENDOR = gnu # Extract the base version (e.g. 2.38) from GLIBC_VERSION in order to _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot