mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:19:00 +00:00
m4: Add missing ptest dependency
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: a40b97f9730064b045399a8ea3e44b8a756195f7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
2c948fa025
commit
a7afbaa26f
@ -57,6 +57,7 @@ RDEPENDS:${PN}-ptest += "make coreutils diffutils bash"
|
||||
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
||||
locale-base-fr-fr \
|
||||
locale-base-fr-fr.iso-8859-1 \
|
||||
glibc-gconv-iso8859-1 \
|
||||
"
|
||||
|
||||
INSANE_SKIP:${PN}-ptest += "ldflags"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user