summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-08-28 08:41:42 +0200
committerScott Garman <scott.a.garman@intel.com>2012-09-24 09:51:10 -0700
commitf9aba0793123dafffc305c028f10e8f595c5a4ee (patch)
tree8d313ab1e7b62249a4d9e1f9ae0bb3a934e3dc7e
parentba2058aa74eb6cd263bd19a8338eeeced734f55c (diff)
downloadopenembedded-core-f9aba0793123dafffc305c028f10e8f595c5a4ee.tar.gz
openembedded-core-f9aba0793123dafffc305c028f10e8f595c5a4ee.tar.bz2
openembedded-core-f9aba0793123dafffc305c028f10e8f595c5a4ee.zip
man: fix RDEPENDS and reformat recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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"
SECTION = "console/utils"
HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
LICENSE = "GPLv2"
-PR = "r2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-DEPENDS = "groff less"
+PR = "r3"
-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"