From 95b77f7a71fdb312421dab8839d6fdfa4964c9eb Mon Sep 17 00:00:00 2001 From: "Fiona Klute (Othermo GmbH)" Date: Wed, 22 Jul 2026 17:32:24 +0200 Subject: [PATCH] package/binutils: fix license information A few headers outside libiberty use LGPL-2.1+, too, and other headers and some scripts use GPL-2.0+. Signed-off-by: Fiona Klute (Othermo GmbH) Signed-off-by: Julien Olivain --- package/binutils/binutils.hash | 1 + package/binutils/binutils.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash index 14fd65d4a9..9ba6689d46 100644 --- a/package/binutils/binutils.hash +++ b/package/binutils/binutils.hash @@ -7,5 +7,6 @@ sha512 a5c65e56e400ed3fb8906a995dbb93eb5bea54b16344244653d7f44ef29ceb60270da263 sha512 46c336a16bde7b73dc4ceac0986887d47d542a1452e1936ef871b5e76afdb6cad4b18ccb4d93341358e7bb92c2ef74781e1fb72935d527d15251ac9f9daa8305 binutils-gdb-arc-2024.12-release.tar.gz # locally computed +sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING3 sha256 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d COPYING.LIB diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index f772c9cf9a..f39d24e986 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -27,8 +27,8 @@ BINUTILS_EXTRA_CONFIG_OPTIONS = $(call qstrip,$(BR2_BINUTILS_EXTRA_CONFIG_OPTION BINUTILS_INSTALL_STAGING = YES BINUTILS_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES) BINUTILS_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS) -BINUTILS_LICENSE = GPL-3.0+, libiberty LGPL-2.1+ -BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB +BINUTILS_LICENSE = GPL-3.0+, GPL-2.0+, LGPL-2.1+ +BINUTILS_LICENSE_FILES = COPYING COPYING3 COPYING.LIB BINUTILS_CPE_ID_VENDOR = gnu # 0003-objdump-memleak.patch