summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages/man-pages_3.25.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-29 22:38:54 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-30 12:06:53 +0000
commitf1f14be264acd56da2d8e351caedc68c09dc2ae1 (patch)
tree99c8695f816ac1fb57f35e724a1f865351001ee7 /meta/recipes-extended/man-pages/man-pages_3.25.bb
parent4c96022aef51da339447f70b2ca83579652b4b4f (diff)
downloadpoky-f1f14be264acd56da2d8e351caedc68c09dc2ae1.tar.gz
man-pages: update to 3.32
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man-pages/man-pages_3.25.bb')
-rw-r--r--meta/recipes-extended/man-pages/man-pages_3.25.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.25.bb b/meta/recipes-extended/man-pages/man-pages_3.25.bb
deleted file mode 100644
index 358f78dc76..0000000000
--- a/meta/recipes-extended/man-pages/man-pages_3.25.bb
+++ /dev/null
@@ -1,33 +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"
4PRIORITY = "required"
5HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
6LICENSE = "GPL"
7PR = "r1"
8
9LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5"
10SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c"
13SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169"
14
15RDEPENDS_${PN} = "man"
16
17do_configure_prepend() {
18 rm -rf not_installed
19}
20
21do_configure () {
22 :
23}
24
25do_compile() {
26 oe_runmake -f Makefile DESTDIR=${D} MANDIR=${D}${mandir}
27}
28
29fakeroot do_install() {
30 oe_runmake install DESTDIR=${D}
31}
32
33FILES_${PN} += "${datadir}/man/"