summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-04-13 18:19:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-18 18:48:19 +0100
commit199d8d53261e22971bd094ddf3318855d539e6be (patch)
treede580cd05f81d8c8450d597e6d75ce1abae45d57
parent271831133358b3231808e8fe7aa2817e41d98e2f (diff)
downloadopenembedded-core-199d8d53261e22971bd094ddf3318855d539e6be.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-extended/man-db/man-db_2.8.1.bb1
1 files changed, 1 insertions, 0 deletions
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"