From 4ed9f06c1234f7065f53b44dbce42b08ebb0a753 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Oct 2022 13:37:59 +0000
Subject: [PATCH] man-pages: upgrade 5.13 -> 6.00

---
 .../{man-pages_5.13.bb => man-pages_6.00.bb}  | 66 ++++++++++++++++++-
 1 file changed, 64 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_5.13.bb => man-pages_6.00.bb} (29%)

diff --git a/meta/recipes-extended/man-pages/man-pages_5.13.bb b/meta/recipes-extended/man-pages/man-pages_6.00.bb
similarity index 29%
rename from meta/recipes-extended/man-pages/man-pages_5.13.bb
rename to meta/recipes-extended/man-pages/man-pages_6.00.bb
index f8602c699e..2dba22d974 100644
--- a/meta/recipes-extended/man-pages/man-pages_5.13.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.00.bb
@@ -1,13 +1,75 @@
+# 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
+# @@ -1,42 +1,19 @@
+# -This package contains Linux man pages for sections 1 through 8.  Some
+# -more information is given in the 'man-pages-x.y.Announce' file.
+# +This package contains Linux man pages for sections 1 through 8.
+# +Some more information is given in the <man-pages-x.y.Announce> file.
+#  
+#  Homepage
+#  ========
+#  For information about the Linux man-pages project, see
+# -http://www.kernel.org/doc/man-pages/index.html.
+# +<http://www.kernel.org/doc/man-pages/index.html>.
+#  
+#  Bug reports and contributing
+#  ============================
+# -If you have corrections and additions to suggest, see
+# -http://www.kernel.org/doc/man-pages/contributing.html
+# -(Although there is a mirror of this repository on GitHub,
+# -please don't report issues via the GitHub issue tracker!)
+# -
+# -For further information on contributing, see the CONTRIBUTING file.
+# +See the <CONTRIBUTING> file.
+#  
+#  Installing and uninstalling
+#  ===========================
+# -"make install" will copy these man pages to /usr/local/share/man/man[1-8].
+# -
+# -To install to a path different from /usr/local, use
+# -"make install prefix=/install/path".
+# -
+# -"make remove" or "make uninstall" will remove any man page in this
+# -distribution from its destination.  Use with caution, and remember to
+# -use "prefix" if desired, as with the "install" target.
+# -
+# -To install only a specific man section (mandir) such as man3, use
+# -"make install-man3".  Similar syntax can be used to uninstall a
+# -specific man section, such as man7: "make uninstall-man7".
+# -
+# -"make" or "make all" will perform "make uninstall" followed by "make
+# -install".
+# -
+# -Consider using multiple threads (at least 2) when installing
+# -these man pages, as the Makefile is optimized for multiple threads:
+# -"make -j install".
+# +See the <INSTALL> file.
+#  
+#  Copyrights
+#  ==========
+# -See the 'man-pages-x.y.Announce' file.
+# +See the <man-pages-x.y.Announce> file.
+# 
+#
+
 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"
 
-LIC_FILES_CHKSUM = "file://README;md5=92cd5ee2e0b35d782817e7e277b6ce4b"
+LIC_FILES_CHKSUM = "file://README;md5=bf1faa9b0245e39a7c0c9690ffdf6e54"
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "ed615e9a31978833f59e7316667b9aeffbbdb0a92d1391f9c66fadc6e77d0da8"
+SRC_URI[sha256sum] = "c271e8f147bd726129a43d212137b089d400e6f2d044c5944e820a9f1236d5ac"
 
 inherit manpages
 
-- 
2.31.1

