diff --git a/meta/recipes-extended/man-pages/man-pages_6.14.bb b/meta/recipes-extended/man-pages/man-pages_6.15.bb
similarity index 66%
rename from meta/recipes-extended/man-pages/man-pages_6.14.bb
rename to meta/recipes-extended/man-pages/man-pages_6.15.bb
index 92afff640d..e96aff5678 100644
--- a/meta/recipes-extended/man-pages/man-pages_6.14.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.15.bb
@@ -1,10 +1,43 @@
+# 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:
+#
+# --- README
+# +++ README
+# @@ -16,6 +16,10 @@
+#         a few pages in sections 5 and 8 for the timezone utilities.
+#  
+#  Files
+# +   AUTHORS
+# +       List of individuals and organizations that have contributed
+# +       content to the project.
+# +
+#     CONTRIBUTING
+#     CONTRIBUTING.d/*
+#         Instructions for reporting bugs and contributing.
+# @@ -50,7 +54,7 @@
+#         Configuration files for (linter) programs called by the build
+#         system.
+#  
+# -   man*/*
+# +   man/*
+#         Manual pages.
+#  
+#     scripts/*
+# 
+#
+
 SUMMARY = "Linux man-pages"
 DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
 SECTION = "console/utils"
 HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
 LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause-UC & MIT"
 
-LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
+LIC_FILES_CHKSUM = "file://README;md5=c2d6fa1a74bdd79c25de6f4db7332294 \
                     file://LICENSES/BSD-2-Clause.txt;md5=9e16594a228301089d759b4f178db91f \
                     file://LICENSES/BSD-3-Clause.txt;md5=407426fcc1a243b7b2eff6e35c56aca9 \
                     file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \
@@ -20,7 +53,7 @@ LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \
            "
 
-SRC_URI[sha256sum] = "a298963d8baf37fa5ecd2b07c803e1f29ab0476add405a7e263e5c63baf43588"
+SRC_URI[sha256sum] = "f0ede747b98732cb6d5bd36e9ab54101ea7ae5f78a8b8d7289ced01c1a6ec937"
 
 inherit manpages lib_package
 
