From: Koen Kooi Date: Thu, 9 Aug 2012 16:43:56 +0000 (+0200) Subject: man: fix RDEPENDS and reformat recipe X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1f0cae655635465da06a6dd1bca8eec6a8734d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git man: fix RDEPENDS and reformat recipe (From OE-Core rev: f50fc40f0382a6ddac6bdf602b4303fde998edbe) Signed-off-by: Koen Kooi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index 9f753070bf5..3dce1ae6cf2 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"