From f3f60e024a2718d18a68897d7f5ca5e4fbb96f61 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 May 2019 18:12:31 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-devtools/m4/m4-1.4.18.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/m4/m4-1.4.18.inc') 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 \ " -- cgit 1.2.3-korg