[OE-core] [PATCH 5/6] m4: Add coreutils and dffutils dependency for ptest

Khem Raj raj.khem at gmail.com
Wed May 22 01:39:56 UTC 2019


a small nit
typo in subject line

On Tue, May 21, 2019 at 3:29 PM Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>
> The scripts use options not supported by busybox utils such as head and diff
> so the full coreutils and diffutils utilities are needed.
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
>  meta/recipes-devtools/m4/m4-1.4.18.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/m4/m4-1.4.18.inc b/meta/recipes-devtools/m4/m4-1.4.18.inc
> index af0ff45863c..81ed65edd94 100644
> --- a/meta/recipes-devtools/m4/m4-1.4.18.inc
> +++ b/meta/recipes-devtools/m4/m4-1.4.18.inc
> @@ -53,7 +53,7 @@ do_install_ptest() {
>  }
>
>
> -RDEPENDS_${PN}-ptest += "make"
> +RDEPENDS_${PN}-ptest += "make coreutils diffutils"
>  RDEPENDS_${PN}-ptest_append_libc-glibc = "\
>       locale-base-fr-fr.iso-8859-1 \
>  "
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list