mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
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 <michael.pfeifroth@westermo.com> Link: https://github.com/openwrt/openwrt/pull/23164 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
8cd391c68b
commit
ab8cebbc97
@@ -17,7 +17,7 @@ PKG_HASH:=47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7
|
||||
|
||||
PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENCE
|
||||
PKG_LICENSE_FILES:=LICENCE.md
|
||||
PKG_CPE_ID:=cpe:/a:pcre:pcre2
|
||||
|
||||
PKG_CONFIG_DEPENDS:=\
|
||||
|
||||
Reference in New Issue
Block a user