diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-09-03 08:54:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:05 +0100 |
commit | 97e6fe50712b8554f094f531c1004e1535c94b10 (patch) | |
tree | 13dadb0cd11fe773f32d68ea70ddeb4e1f231a38 /meta/recipes-extended | |
parent | 6a7eafbbd868675ae20dcaef4f6a7f53d25f6fd1 (diff) | |
download | poky-97e6fe50712b8554f094f531c1004e1535c94b10.tar.gz |
man-pages: upgrade to 3.42
(From OE-Core rev: 06566cdb9bb6589699dff13122ae541ff0f55f93)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.42.bb (renamed from meta/recipes-extended/man-pages/man-pages_3.41.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/man-pages/man-pages_3.41.bb b/meta/recipes-extended/man-pages/man-pages_3.42.bb index f6a399a8f2..c96067d909 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.41.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.42.bb | |||
@@ -3,13 +3,13 @@ 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 = "r1" | 6 | PR = "r0" |
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" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "ee8412e72dc79f3c62573add29954b26" | 11 | SRC_URI[md5sum] = "cc8f73ecd8a123ceb7a8670daa91ee6c" |
12 | SRC_URI[sha256sum] = "13f08bf1bb7429cd7208acd41250f36fb6b2e12ab9f86f7e8fa8c67af142d81d" | 12 | SRC_URI[sha256sum] = "e366548e907776780d8558d9ab2918d49c28b7f9f926a4bdbe8559cc27165a1d" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "man" | 14 | RDEPENDS_${PN} = "man" |
15 | 15 | ||