diff options
| -rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.41.bb | 6 |
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 | |||
| 3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
| 4 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" | 4 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" |
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
| 6 | PR = "r0" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" | 8 | LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1" |
| 9 | SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz" | 9 | SRC_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 | ||
| 28 | FILES_${PN} += "${datadir}/man/" | 28 | # Only deliveres man-pages so FILES_${PN} gets everything |
| 29 | FILES_${PN}-doc = "" | ||
| 30 | FILES_${PN} = "${mandir}/*" | ||
