mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
820aafd674
commit
e6715606f3
@@ -1,37 +0,0 @@
|
||||
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=bf1faa9b0245e39a7c0c9690ffdf6e54"
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "c1e8bea88589f1a80b67dafd82fb98b018ddd7f7bfa594f8f79686258d26e784"
|
||||
|
||||
inherit manpages
|
||||
|
||||
MAN_PKG = "${PN}"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install prefix=${prefix} DESTDIR=${D}
|
||||
}
|
||||
|
||||
# Only deliveres man-pages so FILES:${PN} gets everything
|
||||
FILES:${PN}-doc = ""
|
||||
FILES:${PN} = "${mandir}/*"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
ALTERNATIVE:${PN} = "crypt.3 crypt_r.3 getspnam.3 passwd.5"
|
||||
ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
|
||||
ALTERNATIVE_LINK_NAME[crypt_r.3] = "${mandir}/man3/crypt_r.3"
|
||||
ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
|
||||
ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
|
||||
@@ -0,0 +1,46 @@
|
||||
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 & GPL-2.0-only & GPL-1.0-or-later & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;md5=26901408d8cfd6f6675f8b49daf9cc74 \
|
||||
file://LICENSES/BSD-2-Clause.txt;md5=d0f280d1058e77e66264a9b9e10e6c89 \
|
||||
file://LICENSES/BSD-3-Clause.txt;md5=71f739ef75581cae312e8c711bcdab16 \
|
||||
file://LICENSES/BSD-4-Clause-UC.txt;md5=1da3cf8ad50cd8d5d1de3cfc53196d01 \
|
||||
file://LICENSES/GPL-1.0-or-later.txt;md5=e5b7c80002ef72ab868b43ce47b65125 \
|
||||
file://LICENSES/GPL-2.0-only.txt;md5=3d26203303a722dedc6bf909d95ba815 \
|
||||
file://LICENSES/GPL-2.0-or-later.txt;md5=3d26203303a722dedc6bf909d95ba815 \
|
||||
file://LICENSES/Linux-man-pages-copyleft.txt;md5=173b960c686ff2d26f043ddaeb63f6ce \
|
||||
file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 \
|
||||
"
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[sha256sum] = "968def9e7055c9cbca9a4f21f79677b02ac8b0d2fa62ceea7bd8ef4dcc6cac41"
|
||||
|
||||
inherit manpages
|
||||
|
||||
MAN_PKG = "${PN}"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install prefix=${prefix} DESTDIR=${D}
|
||||
}
|
||||
|
||||
# Only deliveres man-pages so FILES:${PN} gets everything
|
||||
FILES:${PN}-doc = ""
|
||||
FILES:${PN} = "${mandir}/*"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
ALTERNATIVE:${PN} = "crypt.3 crypt_r.3 getspnam.3 passwd.5"
|
||||
ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3"
|
||||
ALTERNATIVE_LINK_NAME[crypt_r.3] = "${mandir}/man3/crypt_r.3"
|
||||
ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3"
|
||||
ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5"
|
||||
Reference in New Issue
Block a user