summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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:57:06 +0100
commit6eaf321296e4a36cfaea9a7b0601dfc9b976db5d (patch)
tree1d504d6094c399f3a189e4fbbb7e6cd4b78f5524 /meta/recipes-extended
parent22bcd1903889b6917b61fe1dcfb6cf0dba8d280f (diff)
downloadpoky-6eaf321296e4a36cfaea9a7b0601dfc9b976db5d.tar.gz
man-db: add groff to RDEPENDS
Add groff to RDEPENDS_${PN}, otherwise, the 'man' command cannot work correctly on target. (From OE-Core rev: 199d8d53261e22971bd094ddf3318855d539e6be) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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"
25 25
26FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" 26FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so"
27 27
28RDEPENDS_${PN} += "groff"
28RRECOMMENDS_${PN} += "less" 29RRECOMMENDS_${PN} += "less"
29RPROVIDES_${PN} += " man" 30RPROVIDES_${PN} += " man"
30 31