Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] groff: skip file-rdeps checking
@ 2015-02-21  2:37 Robert Yang
  2015-02-21  2:37 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2015-02-21  2:37 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 530565c6cb77319f4cc49edeea6fec6be997415d:

  glibc: Update to glibc 2.21 release tag (2015-02-19 17:04:19 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/groff
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/groff

Robert Yang (1):
  groff: skip file-rdeps checking

 meta/recipes-extended/groff/groff_1.18.1.4.bb |    1 +
 meta/recipes-extended/groff/groff_1.22.2.bb   |    2 ++
 2 files changed, 3 insertions(+)

-- 
1.7.9.5



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

* [PATCH 1/1] groff: skip file-rdeps checking
  2015-02-21  2:37 [PATCH 0/1] groff: skip file-rdeps checking Robert Yang
@ 2015-02-21  2:37 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2015-02-21  2:37 UTC (permalink / raw)
  To: openembedded-core

Avoid the warning:
WARNING: QA Issue: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps]

Our busybox provides /bin/sed, so skip the file-rdeps checking to avoid
the warning.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/groff/groff_1.18.1.4.bb |    1 +
 meta/recipes-extended/groff/groff_1.22.2.bb   |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb
index bd786a3..922a712 100644
--- a/meta/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb
@@ -47,3 +47,4 @@ pkg_postinst_${PN}() {
 	echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile
 }
 
+INSANE_SKIP_${PN} = "file-rdeps"
diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb
index 63f0425..513d299 100644
--- a/meta/recipes-extended/groff/groff_1.22.2.bb
+++ b/meta/recipes-extended/groff/groff_1.22.2.bb
@@ -64,3 +64,5 @@ FILES_${PN} += "${libdir}/${BPN}/site-tmac \
                 ${libdir}/${BPN}/groffer/"
 
 BBCLASSEXTEND = "native"
+
+INSANE_SKIP_${PN} = "file-rdeps"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-02-21  2:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21  2:37 [PATCH 0/1] groff: skip file-rdeps checking Robert Yang
2015-02-21  2:37 ` [PATCH 1/1] " Robert Yang

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