From: Chen Qi Date: Fri, 13 Apr 2018 10:19:57 +0000 (+0800) Subject: man-db: add groff to RDEPENDS X-Git-Tag: 2018-04~27 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=199d8d53261e22971bd094ddf3318855d539e6be;p=openembedded-core.git man-db: add groff to RDEPENDS Add groff to RDEPENDS_${PN}, otherwise, the 'man' command cannot work correctly on target. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/man-db/man-db_2.8.1.bb b/meta/recipes-extended/man-db/man-db_2.8.1.bb index 528903d6fa..8328a671f2 100644 --- a/meta/recipes-extended/man-db/man-db_2.8.1.bb +++ b/meta/recipes-extended/man-db/man-db_2.8.1.bb @@ -25,6 +25,7 @@ FILES_${PN} += "${prefix}/lib/tmpfiles.d" FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" +RDEPENDS_${PN} += "groff" RRECOMMENDS_${PN} += "less" RPROVIDES_${PN} += " man"