[openwrt/openwrt] nettle: Fix PKG_LICENSE_FILES

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 12 14:31:46 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2722ba02c16e04cbe32800f9269454ba34be6be8

commit 2722ba02c16e04cbe32800f9269454ba34be6be8
Author: Jan Kardell <jan.kardell at telliq.com>
AuthorDate: Tue Jul 1 15:05:05 2025 +0200

    nettle: Fix PKG_LICENSE_FILES
    
    Update file names.
    
    Signed-off-by: Jan Kardell <jan.kardell at telliq.com>
    Link: https://patchwork.ozlabs.org/project/openwrt/patch/mailman.87465.1751380624.1866309.openwrt-devel@lists.openwrt.org/
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/nettle/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index b7bad80299..5047d8c970 100644
--- a/package/libs/nettle/Makefile
+++ b/package/libs/nettle/Makefile
@@ -17,7 +17,9 @@ PKG_SOURCE_URL:=@GNU/nettle
 PKG_HASH:=b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132
 
 PKG_LICENSE:=GPL-2.0-or-later
-PKG_LICENSE_FILES:=COPYING
+PKG_LICENSE_FILES:=	COPYING.LESSERv3 \
+			COPYINGv2 \
+			COPYINGv3
 PKG_CPE_ID:=cpe:/a:nettle_project:nettle
 PKG_BUILD_PARALLEL:=1
 




More information about the lede-commits mailing list