summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-08-28 08:41:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 16:53:08 +0100
commitef789c1327d9548317ea5da10027f7e354ced939 (patch)
tree06a287d0a11730292efc80cfd0ffc665da0ccdd5
parent20114089391b8e5d0396f82268440bcc334a2f24 (diff)
downloadpoky-ef789c1327d9548317ea5da10027f7e354ced939.tar.gz
man: fix RDEPENDS and reformat recipe
(From OE-Core rev: f9aba0793123dafffc305c028f10e8f595c5a4ee) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/man/man_1.6f.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb
index ee3d648fa5..b35621a65c 100644
--- a/meta/recipes-extended/man/man_1.6f.bb
+++ b/meta/recipes-extended/man/man_1.6f.bb
@@ -3,11 +3,11 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" 4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6PR = "r2" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
7 7
8DEPENDS = "groff less" 8PR = "r3"
9 9
10LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 10DEPENDS = "groff less"
11 11
12SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ 12SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
13 file://man-1.5k-confpath.patch;striplevel=0 \ 13 file://man-1.5k-confpath.patch;striplevel=0 \
@@ -61,4 +61,5 @@ do_install_append(){
61} 61}
62 62
63 63
64RDEPENDS_${PN} = "less groff"
64FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf" 65FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"