From f760e8fe09b24788c4cae343aea03988b8dd7c56 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 4 Jul 2021 07:49:21 +0000 Subject: [PATCH] man-pages: upgrade 5.11 -> 5.12 --- .../{man-pages_5.11.bb => man-pages_5.12.bb} | 45 ++++++++++++++++++- 1 file changed, 43 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_5.11.bb => man-pages_5.12.bb} (36%) diff --git a/meta/recipes-extended/man-pages/man-pages_5.11.bb b/meta/recipes-extended/man-pages/man-pages_5.12.bb similarity index 36% rename from meta/recipes-extended/man-pages/man-pages_5.11.bb rename to meta/recipes-extended/man-pages/man-pages_5.12.bb index 3cd0bc5259..97b8dcc378 100644 --- a/meta/recipes-extended/man-pages/man-pages_5.11.bb +++ b/meta/recipes-extended/man-pages/man-pages_5.12.bb @@ -1,13 +1,54 @@ +# 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 +# @@ -17,17 +17,25 @@ +# +# Installing and uninstalling +# =========================== +# -"make install" will copy these man pages to /usr/share/man/man[1-8]. +# +"make install" will copy these man pages to /usr/local/share/man/man[1-8]. +# +# -To install to a path different from /usr, use +# +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". +# +# Copyrights +# ========== +# +# + 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 = "GPLv2+" -LIC_FILES_CHKSUM = "file://README;md5=207f70f56526417514ac46b6680e314f" +LIC_FILES_CHKSUM = "file://README;md5=92cd5ee2e0b35d782817e7e277b6ce4b" SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz" -SRC_URI[sha256sum] = "3759aee7cd4a229173d3cb651fbba438777bee6206da8d75ea04caaa7c8662b0" +SRC_URI[sha256sum] = "2684d42ab53184d7607105834e277577daa7e854cdce0d4aacf9f7ad8437c7ce" inherit manpages -- 2.20.1