From 7e2d2a20bbc1ce83412352c2d5556a19bbc1f562 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 May 2019 18:12:31 +0100 Subject: [PATCH] m4: Add coreutils and diffutils dependency for ptest The scripts use options not supported by busybox utils such as head and diff so the full coreutils and diffutils utilities are needed. (From OE-Core rev: f3f60e024a2718d18a68897d7f5ca5e4fbb96f61) Signed-off-by: Richard Purdie --- 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 af0ff45863..81ed65edd9 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 \ "