Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] man-db: add groff to RDEPENDS
@ 2018-04-13 10:19 Chen Qi
  2018-04-13 10:19 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-04-13 10:19 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 8dbf71b553b3fb3063ab5f61bb3454a6ab8e6c08:

  bitbake: bitbake-user-manual: Updated "Task Checksums and Setscene" section (2018-04-12 22:25:17 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/man-db-groff
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/man-db-groff

Chen Qi (1):
  man-db: add groff to RDEPENDS

 meta/recipes-extended/man-db/man-db_2.8.1.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] man-db: add groff to RDEPENDS
  2018-04-13 10:19 [PATCH 0/1] man-db: add groff to RDEPENDS Chen Qi
@ 2018-04-13 10:19 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-04-13 10:19 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Chen Qi <Qi.Chen@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-13 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13 10:19 [PATCH 0/1] man-db: add groff to RDEPENDS Chen Qi
2018-04-13 10:19 ` [PATCH 1/1] " Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox