a small nit typo in subject line
On Tue, May 21, 2019 at 3:29 PM Richard Purdie <[email protected]> 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 <[email protected]> > --- > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
