diff --git a/meta/recipes-support/libpcre/libpcre2_10.46.bb b/meta/recipes-support/libpcre/libpcre2_10.47.bb
similarity index 54%
rename from meta/recipes-support/libpcre/libpcre2_10.46.bb
rename to meta/recipes-support/libpcre/libpcre2_10.47.bb
index 0d7823c079..7ab7945de0 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.46.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.47.bb
@@ -1,3 +1,47 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENCE.md
+# +++ LICENCE.md
+# @@ -1,4 +1,4 @@
+# -PCRE2 License
+# +PCRE2 Licence
+#  =============
+#  
+#  | SPDX-License-Identifier: | BSD-3-Clause WITH PCRE2-exception |
+# @@ -16,7 +16,8 @@
+#  The basic library functions are written in C and are freestanding. Also
+#  included in the distribution is a just-in-time compiler that can be used to
+#  optimize pattern matching. This is an optional feature that can be omitted when
+# -the library is built.
+# +the library is built. The just-in-time compiler is separately licensed under the
+# +"2-clause BSD" licence.
+#  
+#  
+#  COPYRIGHT
+# @@ -52,6 +53,8 @@
+#  
+#      Copyright (c) 2009-2024 Zoltan Herczeg
+#      All rights reserved.
+# +
+# +The code in the `deps/sljit` directory has its own LICENSE file.
+#  
+#  ### All other contributions
+#  
+# @@ -99,5 +102,3 @@
+#  PCRE2, it must respect the condition, but if package B is software that
+#  includes package A, the condition is not imposed on package B unless it uses
+#  PCRE2 independently.
+# -
+# -End
+# 
+#
+
 DESCRIPTION = "There are two major versions of the PCRE library. The \
 newest version is PCRE2, which is a re-working of the original PCRE \
 library to provide an entirely new API. The original, very widely \
@@ -8,14 +52,14 @@ 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"
+LIC_FILES_CHKSUM = "file://LICENCE.md;md5=6720bf3bcff57543b915c2b22e526df0"
 
 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"
 
