summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-09 23:57:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-12 23:39:13 +0000
commit2d0e3dd7de84b3250e55de9b1411322961da8d16 (patch)
tree12d47c0e32372965fae30100957c7472bbad4654
parent8723cf6a0726a95f54eb81fbc511cb4e9aef3bbc (diff)
downloadpoky-2d0e3dd7de84b3250e55de9b1411322961da8d16.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.20.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \
133 perl-module-carp perl-module-symbol \ 133 perl-module-carp perl-module-symbol \
134 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \ 134 procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg \
135 util-linux-taskset" 135 util-linux-taskset"
136RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" 136RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-gconv-utf-32"
137 137
138# One of the tests contains a bogus interpreter path on purpose. 138# One of the tests contains a bogus interpreter path on purpose.
139# Skip file dependency check 139# Skip file dependency check