From ab8cebbc97d0ad7e3ec3d1c5d507428a4f2bc870 Mon Sep 17 00:00:00 2001 From: Michael Pfeifroth Date: Thu, 30 Apr 2026 14:00:47 +0200 Subject: [PATCH] pcre2: fix PKG_LICENSE_FILES after upstream rename PCRE2 10.47 renamed LICENCE to LICENCE.md. Update PKG_LICENSE_FILES to match the actual filename in the source tarball. Signed-off-by: Michael Pfeifroth Link: https://github.com/openwrt/openwrt/pull/23164 Signed-off-by: Robert Marko --- package/libs/pcre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile index f170c527b59..4354a0f528f 100644 --- a/package/libs/pcre2/Makefile +++ b/package/libs/pcre2/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7 PKG_MAINTAINER:=Shane Peelar PKG_LICENSE:=BSD-3-Clause -PKG_LICENSE_FILES:=LICENCE +PKG_LICENSE_FILES:=LICENCE.md PKG_CPE_ID:=cpe:/a:pcre:pcre2 PKG_CONFIG_DEPENDS:=\