mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
man-db: add RRECOMMENDS on glibc-utils for iconv
Sometimes man will want to call iconv to convert character encodings, so recommend glibc-utils on glibc systems for that binary. (From OE-Core rev: 067c5e1e590fff557581b6bec94dcfd083d56fb1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8159c17bdd
commit
9cf04cf897
@@ -52,7 +52,9 @@ FILES:${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so"
|
||||
|
||||
RDEPENDS:${PN} += "groff"
|
||||
RRECOMMENDS:${PN} += "less"
|
||||
RPROVIDES:${PN} += " man"
|
||||
# iconv from glibc-utils can be used to transform encoding
|
||||
RRECOMMENDS:${PN}:append:libc-glibc = " glibc-utils"
|
||||
RPROVIDES:${PN} += "man"
|
||||
|
||||
def compress_pkg(d):
|
||||
if bb.utils.contains("INHERIT", "compress_doc", True, False, d):
|
||||
|
||||
Reference in New Issue
Block a user