From: Chunrong Guo Date: Tue, 28 Apr 2015 08:36:24 +0000 (+0800) Subject: groff: add runtime dependency on sed X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f1e5913bee28f59efb252045a0113cae701d848d;p=openembedded-core.git groff: add runtime dependency on sed 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 --- diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 6e845878ac..dd345b749a 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