aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-08-09 18:43:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:25:50 +0100
commitf50fc40f0382a6ddac6bdf602b4303fde998edbe (patch)
tree3625218c9d904be353342c3c5878dff62ad61ec4 /meta/recipes-extended/man
parent8bec1f82ab3a53c9b89cdd27b412417b123ce7b1 (diff)
downloadopenembedded-core-contrib-f50fc40f0382a6ddac6bdf602b4303fde998edbe.tar.gz
man: fix RDEPENDS and reformat recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/man')
-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 9f753070bf..3dce1ae6cf 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"
SECTION = "console/utils"
HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
LICENSE = "GPLv2"
-PR = "r3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-DEPENDS = "groff less"
+PR = "r4"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+DEPENDS = "groff less"
SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
file://man-1.5k-confpath.patch;striplevel=0 \
@@ -61,4 +61,5 @@ do_install_append(){
}
+RDEPENDS_${PN} = "less groff"
FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"