From: Richard Purdie Date: Thu, 9 Mar 2023 23:57:57 +0000 (+0000) Subject: valgrind: Add missing utf-32 gconv dependency for ptests X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79bd575cfaeec4b87554ccff72b804248c509a7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git valgrind: Add missing utf-32 gconv dependency for ptests 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 --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb index 701dbf38332..07e50426e44 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb @@ -133,7 +133,7 @@ RDEPENDS:${PN}-ptest += " bash coreutils curl file \ perl-module-carp perl-module-symbol \ procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \ util-linux-taskset" -RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" +RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32" # One of the tests contains a bogus interpreter path on purpose. # Skip file dependency check