All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] groff: add runtime dependency on sed
@ 2015-04-09 19:58 Dmitry Eremin-Solenikov
  2015-04-09 19:58 ` [PATCH 2/4] bitbake.conf: add sed-native to ASSUME_PROVIDED Dmitry Eremin-Solenikov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dmitry Eremin-Solenikov @ 2015-04-09 19:58 UTC (permalink / raw)
  To: openembedded-core

This is to suppress the following QA warning:
groff-1.22.2: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
---
 meta/recipes-extended/groff/groff_1.22.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb
index 6e84587..dd345b7 100644
--- a/meta/recipes-extended/groff/groff_1.22.2.bb
+++ b/meta/recipes-extended/groff/groff_1.22.2.bb
@@ -17,6 +17,7 @@ SRC_URI[sha256sum] = "380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a1
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
+RDEPENDS_${PN} += "sed"
 
 inherit autotools texinfo
 
-- 
2.1.4



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

end of thread, other threads:[~2015-04-16 21:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 19:58 [PATCH 1/4] groff: add runtime dependency on sed Dmitry Eremin-Solenikov
2015-04-09 19:58 ` [PATCH 2/4] bitbake.conf: add sed-native to ASSUME_PROVIDED Dmitry Eremin-Solenikov
2015-04-09 19:58 ` [PATCH 3/4] security_flags.inc: add more exceptions Dmitry Eremin-Solenikov
2015-04-10  0:28   ` Khem Raj
2015-04-15  9:10     ` Dmitry Eremin-Solenikov
2015-04-16 21:07       ` Khem Raj
2015-04-09 19:58 ` [PATCH 4/4] lsb: provide lsb-core-ARCH Dmitry Eremin-Solenikov
2015-04-11 22:27   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.