summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ting Yang2026-02-13 04:37:51 +0000
committerRobert Marko2026-02-13 11:07:07 +0000
commitcd39bc2c5bd726ddf8a3018551e05280740b4547 (patch)
tree0aadd6b02681fbdc579c46045f56eb3d8e172105
parent3f090532c01bc15e6699ce1a6cf8df018e91e521 (diff)
downloadopenwrt-cd39bc2c5bd726ddf8a3018551e05280740b4547.tar.gz
elfutils: fix license
Remove OR between GPL-2.0-or-later and LGPL-3.0-or-later to avoid incorrect parsing of OR as a separate license in the SBOM. Fixes: 9a157b5d83d28043ea35501a19702beee5f8a107 Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22003 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/libs/elfutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index 74f5ea0759..4507a01089 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=elfutils
PKG_VERSION:=0.192
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) \
PKG_HASH:=616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
-PKG_LICENSE:=GPL-2.0-or-later OR LGPL-3.0-or-later
+PKG_LICENSE:=GPL-2.0-or-later LGPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING COPYING-GPLV2 COPYING-LGPLV3
PKG_CPE_ID:=cpe:/a:elfutils_project:elfutils