]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: add runtime dependency on sed
authorChunrong Guo <B40290@freescale.com>
Tue, 28 Apr 2015 08:36:24 +0000 (16:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:11 +0000 (18:12 +0100)
  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: Chunrong Guo <B40290@freescale.com>
meta/recipes-extended/groff/groff_1.22.2.bb

index 6e845878ac5f893f43d8958da03aea2c44cde60c..dd345b749a782f68e760b680fcafada65b8090f6 100644 (file)
@@ -17,6 +17,7 @@ SRC_URI[sha256sum] = "380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a1
 
 DEPENDS = "groff-native"
 DEPENDS_class-native = ""
+RDEPENDS_${PN} += "sed"
 
 inherit autotools texinfo