mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 03:24:24 +00: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:
parent
8723cf6a07
commit
2d0e3dd7de
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user