openssl: correct PKG_LICENSE_FILES
authorLinus Kardell <[email protected]>
Tue, 9 Sep 2025 14:24:55 +0000 (16:24 +0200)
committerHauke Mehrtens <[email protected]>
Thu, 11 Sep 2025 20:06:26 +0000 (22:06 +0200)
Point to correct file name.

Signed-off-by: Linus Kardell <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19999
Signed-off-by: Hauke Mehrtens <[email protected]>
package/libs/openssl/Makefile

index c70dbd3004c764e1c8fd7bb6d550791c20019af5..aabaadd49365b451bffc197e4670396e9bfbae9e 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssl
 PKG_VERSION:=3.5.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto
 
 PKG_BUILD_PARALLEL:=1
@@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \
 PKG_HASH:=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
 
 PKG_LICENSE:=Apache-2.0
-PKG_LICENSE_FILES:=LICENSE
+PKG_LICENSE_FILES:=LICENSE.txt
 PKG_MAINTAINER:=Eneas U de Queiroz <[email protected]>
 PKG_CPE_ID:=cpe:/a:openssl:openssl
 PKG_CONFIG_DEPENDS:= \