[OE-core] [fido][PATCH] groff: add runtime dependency on sed
Joshua Lock
joshua.lock at collabora.co.uk
Fri May 1 10:52:13 UTC 2015
On Tue, 2015-04-28 at 16:36 +0800, Chunrong Guo wrote:
> 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 at freescale.com>
This patch is queued in my fido-next branch on poky-contrib[1].
Regards,
Joshua
> ---
> 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
>
> --
> 1.9.2
>
More information about the Openembedded-core
mailing list