]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
m4: Add missing ptest dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2023 18:11:15 +0000 (18:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Mar 2023 23:36:44 +0000 (23:36 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/m4/m4-1.4.19.inc

index fd3efa54692f6f43f8b31a47ac52f8f002bf5bd3..3b4303b7fd817241150a07c7376a119293d0ba53 100644 (file)
@@ -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"