mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user