From 2d0e3dd7de84b3250e55de9b1411322961da8d16 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Mar 2023 23:57:57 +0000 Subject: 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. (From OE-Core rev: c79bd575cfaeec4b87554ccff72b804248c509a7) Signed-off-by: Richard Purdie --- meta/recipes-devtools/valgrind/valgrind_3.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.20.0.bb index 701dbf3833..07e50426e4 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 -- cgit v1.2.3-54-g00ecf