mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02: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:
@@ -57,6 +57,7 @@ RDEPENDS:${PN}-ptest += "make coreutils diffutils bash"
|
|||||||
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
RDEPENDS:${PN}-ptest:append:libc-glibc = "\
|
||||||
locale-base-fr-fr \
|
locale-base-fr-fr \
|
||||||
locale-base-fr-fr.iso-8859-1 \
|
locale-base-fr-fr.iso-8859-1 \
|
||||||
|
glibc-gconv-iso8859-1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
INSANE_SKIP:${PN}-ptest += "ldflags"
|
INSANE_SKIP:${PN}-ptest += "ldflags"
|
||||||
|
|||||||
Reference in New Issue
Block a user