summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man-pages')
-rw-r--r--meta/recipes-extended/man-pages/man-pages_3.41.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.41.bb b/meta/recipes-extended/man-pages/man-pages_3.41.bb
index cf0523c52c..f6a399a8f2 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.41.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.41.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C libr
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" 4HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6PR = "r0" 6PR = "r1"
7 7
8LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" 8LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
9SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz" 9SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
@@ -25,4 +25,6 @@ do_install() {
25 oe_runmake install DESTDIR=${D} 25 oe_runmake install DESTDIR=${D}
26} 26}
27 27
28FILES_${PN} += "${datadir}/man/" 28# Only deliveres man-pages so FILES_${PN} gets everything
29FILES_${PN}-doc = ""
30FILES_${PN} = "${mandir}/*"