summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-10-16 18:03:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 13:26:03 +0100
commit067c5e1e590fff557581b6bec94dcfd083d56fb1 (patch)
tree0e7326b3753283c0f93c553f906a85642f6b21ff /meta/recipes-extended/man-db
parent2a9ae3ca372075868c046d3a3ba2ba9b483e986d (diff)
downloadopenembedded-core-067c5e1e590fff557581b6bec94dcfd083d56fb1.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-db')
-rw-r--r--meta/recipes-extended/man-db/man-db_2.11.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.11.2.bb b/meta/recipes-extended/man-db/man-db_2.11.2.bb
index 3884a531a6..76e3786b26 100644
--- a/meta/recipes-extended/man-db/man-db_2.11.2.bb
+++ b/meta/recipes-extended/man-db/man-db_2.11.2.bb
@@ -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):