summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages/man-pages_5.07.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:20:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:10 +0100
commitfd57fa3f2cfdaa6e97f72ca5e248d79ceb10845d (patch)
treed6f3d3f41d73818a87c4d180b52a71bb9a97bd54 /meta/recipes-extended/man-pages/man-pages_5.07.bb
parent61610735867818c7141e7fd96f5ba3c5c2084b06 (diff)
downloadpoky-fd57fa3f2cfdaa6e97f72ca5e248d79ceb10845d.tar.gz
man-pages: upgrade 5.07 -> 5.08
(From OE-Core rev: 6febd12cb1c6caa32ae6bcd8439bfaf8efb0bd43) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-pages/man-pages_5.07.bb')
-rw-r--r--meta/recipes-extended/man-pages/man-pages_5.07.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_5.07.bb b/meta/recipes-extended/man-pages/man-pages_5.07.bb
deleted file mode 100644
index 04d0597b3d..0000000000
--- a/meta/recipes-extended/man-pages/man-pages_5.07.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 = "GPLv2+"
6
7LIC_FILES_CHKSUM = "file://README;md5=207f70f56526417514ac46b6680e314f"
8SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
9
10SRC_URI[md5sum] = "193d9223e9c6dbe1d928eaaecc1f68db"
11SRC_URI[sha256sum] = "5ba58d7b2b9a8929903b1cf791ed4edf72ab225678d5ea0a6b80dc090080ac33"
12
13inherit manpages
14
15MAN_PKG = "${PN}"
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[manpages] = ""
19
20do_configure[noexec] = "1"
21do_compile[noexec] = "1"
22
23do_install() {
24 oe_runmake install DESTDIR=${D}
25}
26
27# Only deliveres man-pages so FILES_${PN} gets everything
28FILES_${PN}-doc = ""
29FILES_${PN} = "${mandir}/*"
30
31inherit update-alternatives
32
33ALTERNATIVE_PRIORITY = "100"
34ALTERNATIVE_${PN} = "passwd.5 getspnam.3 crypt.3"
35ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
36ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
37ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"