mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2011408939
commit
ef789c1327
@@ -3,12 +3,12 @@ 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"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS = "groff less"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
|
||||
file://man-1.5k-confpath.patch;striplevel=0 \
|
||||
file://man-1.5h1-make.patch; \
|
||||
@@ -61,4 +61,5 @@ do_install_append(){
|
||||
}
|
||||
|
||||
|
||||
RDEPENDS_${PN} = "less groff"
|
||||
FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"
|
||||
|
||||
Reference in New Issue
Block a user