diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-23 20:23:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 0e8f0f0a033c79611a15914fde5826876502af2e (patch) | |
tree | 6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-extended/man-pages | |
parent | 35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff) | |
download | poky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz |
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man-pages')
-rw-r--r-- | meta/recipes-extended/man-pages/man-pages_3.25.bb | 4 |
1 files changed, 2 insertions, 2 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 index b5b200c98a..358f78dc76 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.25.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.25.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" | 5 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" | 9 | LIC_FILES_CHKSUM = "file://README;md5=9dab010c5baa416669e5d17381799dd5" |
10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.tar.gz" |
@@ -12,7 +12,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/docs/man-pages/Archive/${PN}-${PV}.ta | |||
12 | SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" | 12 | SRC_URI[md5sum] = "98ec2324abea77d7a992470dd44d140c" |
13 | SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" | 13 | SRC_URI[sha256sum] = "474242842a78dc2121687b7db6c32b6c78af5458f2bd809e23563dd185e2b169" |
14 | 14 | ||
15 | RDEPENDS = "man" | 15 | RDEPENDS_${PN} = "man" |
16 | 16 | ||
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
18 | rm -rf not_installed | 18 | rm -rf not_installed |