From: Dmitry Eremin-Solenikov Date: Thu, 9 Apr 2015 19:58:52 +0000 (+0300) Subject: groff: add runtime dependency on sed X-Git-Tag: 2015-10~2194 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1763ff614d11c78bf36d80d27dd6a4f45cbea070;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: Dmitry Eremin-Solenikov Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/meta/recipes-extended/groff/groff_1.22.3.bb index 36b221aa1f..7955a5cf08 100644 --- a/meta/recipes-extended/groff/groff_1.22.3.bb +++ b/meta/recipes-extended/groff/groff_1.22.3.bb @@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6 DEPENDS = "groff-native" DEPENDS_class-native = "" +RDEPENDS_${PN} += "sed" RDEPENDS_${PN} = "perl"