diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-04-13 18:19:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:57:06 +0100 |
commit | 6eaf321296e4a36cfaea9a7b0601dfc9b976db5d (patch) | |
tree | 1d504d6094c399f3a189e4fbbb7e6cd4b78f5524 /meta | |
parent | 22bcd1903889b6917b61fe1dcfb6cf0dba8d280f (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/man-db/man-db_2.8.1.bb | 1 |
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 | ||
26 | FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" | 26 | FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" |
27 | 27 | ||
28 | RDEPENDS_${PN} += "groff" | ||
28 | RRECOMMENDS_${PN} += "less" | 29 | RRECOMMENDS_${PN} += "less" |
29 | RPROVIDES_${PN} += " man" | 30 | RPROVIDES_${PN} += " man" |
30 | 31 | ||