summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:15 +0000
commitda4c2739e41dc3b99b767d1207482d64d429868b (patch)
treef17efcb0f5d2087b6019280c32848d4b9dacf967
parentf2aff70b0ea4f2de6676615315a53bb160694b7d (diff)
downloadpoky-da4c2739e41dc3b99b767d1207482d64d429868b.tar.gz
man-pages: upgrade 5.13 -> 6.01
License-update: formatting (From OE-Core rev: 65ff014c0e50619d92b894bd448882bbe6813e7a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/man-pages/man-pages_6.01.bb (renamed from meta/recipes-extended/man-pages/man-pages_5.13.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_5.13.bb b/meta/recipes-extended/man-pages/man-pages_6.01.bb
index f8602c699e..1ad4ed1317 100644
--- a/meta/recipes-extended/man-pages/man-pages_5.13.bb
+++ b/meta/recipes-extended/man-pages/man-pages_6.01.bb
@@ -4,10 +4,10 @@ SECTION = "console/utils"
4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" 4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6 6
7LIC_FILES_CHKSUM = "file://README;md5=92cd5ee2e0b35d782817e7e277b6ce4b" 7LIC_FILES_CHKSUM = "file://README;md5=bf1faa9b0245e39a7c0c9690ffdf6e54"
8SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz" 8SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
9 9
10SRC_URI[sha256sum] = "ed615e9a31978833f59e7316667b9aeffbbdb0a92d1391f9c66fadc6e77d0da8" 10SRC_URI[sha256sum] = "c1e8bea88589f1a80b67dafd82fb98b018ddd7f7bfa594f8f79686258d26e784"
11 11
12inherit manpages 12inherit manpages
13 13