From a40b97f9730064b045399a8ea3e44b8a756195f7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Mar 2023 18:11:15 +0000 Subject: [PATCH] m4: Add missing ptest dependency Some of the ptests fail in a minimal image. Add the missing gconv dependency needed to allow those tests to pass. Signed-off-by: Richard Purdie --- meta/recipes-devtools/m4/m4-1.4.19.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index fd3efa54692..3b4303b7fd8 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc @@ -57,6 +57,7 @@ RDEPENDS:${PN}-ptest += "make coreutils diffutils bash" RDEPENDS:${PN}-ptest:append:libc-glibc = "\ locale-base-fr-fr \ locale-base-fr-fr.iso-8859-1 \ + glibc-gconv-iso8859-1 \ " INSANE_SKIP:${PN}-ptest += "ldflags" -- 2.47.2