From: Armin Kuster Date: Thu, 5 Feb 2015 03:45:19 +0000 (-0800) Subject: groff: fix QA issue with rdepends X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=980430f4439b9962a75c698ad19bbab8b9979d58;p=openembedded-core.git groff: fix QA issue with rdepends WARNING: QA Issue: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 63f0425ea4..6c6926ff62 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb @@ -63,4 +63,6 @@ do_install_append_class-native() { FILES_${PN} += "${libdir}/${BPN}/site-tmac \ ${libdir}/${BPN}/groffer/" +RDEPENDS_${PN} = " sed" + BBCLASSEXTEND = "native"