[oe-commits] Koen Kooi : man: fix RDEPENDS and reformat recipe

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 16:00:08 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: f9aba0793123dafffc305c028f10e8f595c5a4ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f9aba0793123dafffc305c028f10e8f595c5a4ee

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Aug 28 08:41:42 2012 +0200

man: fix RDEPENDS and reformat recipe

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta/recipes-extended/man/man_1.6f.bb |    7 ++++---
 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 ee3d648..b35621a 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"





More information about the Openembedded-commits mailing list