summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-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"
52 52
53RDEPENDS:${PN} += "groff" 53RDEPENDS:${PN} += "groff"
54RRECOMMENDS:${PN} += "less" 54RRECOMMENDS:${PN} += "less"
55RPROVIDES:${PN} += " man" 55# iconv from glibc-utils can be used to transform encoding
56RRECOMMENDS:${PN}:append:libc-glibc = " glibc-utils"
57RPROVIDES:${PN} += "man"
56 58
57def compress_pkg(d): 59def compress_pkg(d):
58 if bb.utils.contains("INHERIT", "compress_doc", True, False, d): 60 if bb.utils.contains("INHERIT", "compress_doc", True, False, d):