summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-13 15:56:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-15 08:49:08 +0000
commite6715606f3b2842288791fccc14f4836a04bdd5d (patch)
tree54ca4a48886829e12ab563cf37eba4dd1db7affa
parent820aafd6746b05c5dd346dd70dd2f173e77b3e40 (diff)
downloadpoky-e6715606f3b2842288791fccc14f4836a04bdd5d.tar.gz
man-pages: upgrade 6.01 -> 6.02
License-Update: readme rewritten, set of licenses provided explicitly. (From OE-Core rev: e24660ad939c40766a34e2d998da3df998576210) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/man-pages/man-pages_6.01.bb37
-rw-r--r--meta/recipes-extended/man-pages/man-pages_6.02.bb46
2 files changed, 46 insertions, 37 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_6.01.bb b/meta/recipes-extended/man-pages/man-pages_6.01.bb
deleted file mode 100644
index 1ad4ed1317..0000000000
--- a/meta/recipes-extended/man-pages/man-pages_6.01.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "Linux man-pages"
2DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
3SECTION = "console/utils"
4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
5LICENSE = "GPL-2.0-or-later"
6
7LIC_FILES_CHKSUM = "file://README;md5=bf1faa9b0245e39a7c0c9690ffdf6e54"
8SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
9
10SRC_URI[sha256sum] = "c1e8bea88589f1a80b67dafd82fb98b018ddd7f7bfa594f8f79686258d26e784"
11
12inherit manpages
13
14MAN_PKG = "${PN}"
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[manpages] = ""
18
19do_configure[noexec] = "1"
20do_compile[noexec] = "1"
21
22do_install() {
23 oe_runmake install prefix=${prefix} DESTDIR=${D}
24}
25
26# Only deliveres man-pages so FILES:${PN} gets everything
27FILES:${PN}-doc = ""
28FILES:${PN} = "${mandir}/*"
29
30inherit update-alternatives
31
32ALTERNATIVE_PRIORITY = "100"
33ALTERNATIVE:${PN} = "crypt.3 crypt_r.3 getspnam.3 passwd.5"
34ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
35ALTERNATIVE_LINK_NAME[crypt_r.3] = "${mandir}/man3/crypt_r.3"
36ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
37ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
diff --git a/meta/recipes-extended/man-pages/man-pages_6.02.bb b/meta/recipes-extended/man-pages/man-pages_6.02.bb
new file mode 100644
index 0000000000..8f1eb38082
--- /dev/null
+++ b/meta/recipes-extended/man-pages/man-pages_6.02.bb
@@ -0,0 +1,46 @@
1SUMMARY = "Linux man-pages"
2DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs"
3SECTION = "console/utils"
4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
5LICENSE = "GPL-2.0-or-later & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT"
6
7LIC_FILES_CHKSUM = "file://README;md5=26901408d8cfd6f6675f8b49daf9cc74 \
8 file://LICENSES/BSD-2-Clause.txt;md5=d0f280d1058e77e66264a9b9e10e6c89 \
9 file://LICENSES/BSD-3-Clause.txt;md5=71f739ef75581cae312e8c711bcdab16 \
10 file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \
11 file://LICENSES/GPL-1.0-or-later.txt;md5=e5b7c80002ef72ab868b43ce47b65125 \
12 file://LICENSES/GPL-2.0-only.txt;md5=3d26203303a722dedc6bf909d95ba815 \
13 file://LICENSES/GPL-2.0-or-later.txt;md5=3d26203303a722dedc6bf909d95ba815 \
14 file://LICENSES/Linux-man-pages-copyleft.txt;md5=173b960c686ff2d26f043ddaeb63f6ce \
15 file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 \
16 "
17SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
18
19SRC_URI[sha256sum] = "968def9e7055c9cbca9a4f21f79677b02ac8b0d2fa62ceea7bd8ef4dcc6cac41"
20
21inherit manpages
22
23MAN_PKG = "${PN}"
24
25PACKAGECONFIG ??= ""
26PACKAGECONFIG[manpages] = ""
27
28do_configure[noexec] = "1"
29do_compile[noexec] = "1"
30
31do_install() {
32 oe_runmake install prefix=${prefix} DESTDIR=${D}
33}
34
35# Only deliveres man-pages so FILES:${PN} gets everything
36FILES:${PN}-doc = ""
37FILES:${PN} = "${mandir}/*"
38
39inherit update-alternatives
40
41ALTERNATIVE_PRIORITY = "100"
42ALTERNATIVE:${PN} = "crypt.3 crypt_r.3 getspnam.3 passwd.5"
43ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
44ALTERNATIVE_LINK_NAME[crypt_r.3] = "${mandir}/man3/crypt_r.3"
45ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
46ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"