summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages/man-pages_3.44.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-11-16 11:55:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 16:55:58 +0000
commit5c93c69df484425cb1799e54a92c0125e5f27702 (patch)
tree4dea502fed27f76d8492f1f56596e78e1b8e53df /meta/recipes-extended/man-pages/man-pages_3.44.bb
parentaae8d68b0ff255b1a68d2cdf3dd6af49a71fdb73 (diff)
downloadpoky-5c93c69df484425cb1799e54a92c0125e5f27702.tar.gz
man-pages: Update to 3.44
(From OE-Core rev: cdf782fab956f5a3b43b3eb256fa57748175b802) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-pages/man-pages_3.44.bb')
-rw-r--r--meta/recipes-extended/man-pages/man-pages_3.44.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.44.bb b/meta/recipes-extended/man-pages/man-pages_3.44.bb
new file mode 100644
index 0000000000..ad9df4f5a5
--- /dev/null
+++ b/meta/recipes-extended/man-pages/man-pages_3.44.bb
@@ -0,0 +1,30 @@
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+"
6PR = "r0"
7
8LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
9SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
10
11SRC_URI[md5sum] = "9b5b9c38f1db0ab944d5f879ba9d0557"
12SRC_URI[sha256sum] = "4ec49f5f9faac757ffa2dfe6213e3ab8840a69325c377bfc4323b176c35cd0b2"
13
14RDEPENDS_${PN} = "man"
15
16do_configure () {
17 :
18}
19
20do_compile() {
21 :
22}
23
24do_install() {
25 oe_runmake install DESTDIR=${D}
26}
27
28# Only deliveres man-pages so FILES_${PN} gets everything
29FILES_${PN}-doc = ""
30FILES_${PN} = "${mandir}/*"