generic-poky/meta/recipes-extended/man-pages/man-pages_3.47.bb
Saul Wold ea488f804e man-pages: Update to 3.47
(From OE-Core rev: 86d41fef5c506a0751058054d71bfcc7fe316862)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-28 23:15:50 +00:00

31 lines
795 B
BlitzBasic

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+"
PR = "r0"
LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
SRC_URI[md5sum] = "87cfb065330f393e52986425674ebe7b"
SRC_URI[sha256sum] = "33dc693327669dccc5c2cf7ca87e752134f7e3fdc61a6e579766ae6a0108ef01"
RDEPENDS_${PN} = "man"
do_configure () {
:
}
do_compile() {
:
}
do_install() {
oe_runmake install DESTDIR=${D}
}
# Only deliveres man-pages so FILES_${PN} gets everything
FILES_${PN}-doc = ""
FILES_${PN} = "${mandir}/*"