summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-pages
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-18 11:22:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:01 +0100
commit9bdb9c687dbdc3f8102707afa542f9a53405d7b5 (patch)
tree541a7ba7784efdaeb060c12aecc84225e8c59b54 /meta/recipes-extended/man-pages
parentb1ca0e3c5f8a3d5f13b1f994cb14b48df2629b58 (diff)
downloadpoky-9bdb9c687dbdc3f8102707afa542f9a53405d7b5.tar.gz
man-pages: Clean up FILES_* after PACKAGES reoder
(From OE-Core rev: c8c64741586fec2b930c5663fde2e73e2bcc7ede) 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')
-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}/*"