diff mbox series

[035/114] libpcre2: upgrade 10.46 -> 10.47

Message ID 20251222200739.2278706-35-alex.kanavin@gmail.com
State New
Headers show
Series [001/114] build-appliance-image: do not inherit setuptools | expand

Commit Message

Alexander Kanavin Dec. 22, 2025, 8:06 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

License-Update: additional files under BSD-2-Clause and MIT
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../libpcre/{libpcre2_10.46.bb => libpcre2_10.47.bb}      | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre2_10.46.bb => libpcre2_10.47.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libpcre/libpcre2_10.46.bb b/meta/recipes-support/libpcre/libpcre2_10.47.bb
similarity index 85%
rename from meta/recipes-support/libpcre/libpcre2_10.46.bb
rename to meta/recipes-support/libpcre/libpcre2_10.47.bb
index 0d7823c079..98e3c716d6 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.46.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.47.bb
@@ -7,15 +7,17 @@  not the original PCRE 8.x series."
 SUMMARY = "Perl Compatible Regular Expressions version 2"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812"
+LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT"
+LIC_FILES_CHKSUM = "file://LICENCE.md;md5=6720bf3bcff57543b915c2b22e526df0 \
+                    file://deps/sljit/LICENSE;md5=97268427d235c41c0be238ce8e5fda17 \
+                    "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
 
 GITHUB_BASE_URI = "https://github.com/PCRE2Project/pcre2/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$"
 
-SRC_URI[sha256sum] = "15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f"
+SRC_URI[sha256sum] = "47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7"
 
 CVE_PRODUCT = "pcre2"