[OE-core] [PATCH 1/1] man-db: add groff to RDEPENDS

Chen Qi Qi.Chen at windriver.com
Fri Apr 13 10:19:57 UTC 2018


Add groff to RDEPENDS_${PN}, otherwise, the 'man' command cannot
work correctly on target.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-extended/man-db/man-db_2.8.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 528903d..8328a67 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"
 
-- 
1.9.1




More information about the Openembedded-core mailing list