mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
man: fix RDEPENDS and reformat recipe
(From OE-Core rev: f50fc40f0382a6ddac6bdf602b4303fde998edbe) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
311ba92115
commit
2d1f0cae65
@@ -3,12 +3,12 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
|
|||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
|
HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
PR = "r3"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
|
|
||||||
|
PR = "r4"
|
||||||
|
|
||||||
DEPENDS = "groff less"
|
DEPENDS = "groff less"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
|
||||||
|
|
||||||
SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
|
SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \
|
||||||
file://man-1.5k-confpath.patch;striplevel=0 \
|
file://man-1.5k-confpath.patch;striplevel=0 \
|
||||||
file://man-1.5h1-make.patch; \
|
file://man-1.5h1-make.patch; \
|
||||||
@@ -61,4 +61,5 @@ do_install_append(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "less groff"
|
||||||
FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"
|
FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user