summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-10 18:11:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-12 23:39:13 +0000
commita7afbaa26f2ff42c301f2414d4357378fef20e4a (patch)
tree3b8af5b00da40455403d9ee653f05e05bb74022c
parent2c948fa0250b765bc5f2fbe63c82258601cc77ff (diff)
downloadpoky-a7afbaa26f2ff42c301f2414d4357378fef20e4a.tar.gz
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>
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.19.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc
index fd3efa5469..3b4303b7fd 100644
--- a/meta/recipes-devtools/m4/m4-1.4.19.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.19.inc
@@ -57,6 +57,7 @@ RDEPENDS:${PN}-ptest += "make coreutils diffutils bash"
57RDEPENDS:${PN}-ptest:append:libc-glibc = "\ 57RDEPENDS:${PN}-ptest:append:libc-glibc = "\
58 locale-base-fr-fr \ 58 locale-base-fr-fr \
59 locale-base-fr-fr.iso-8859-1 \ 59 locale-base-fr-fr.iso-8859-1 \
60 glibc-gconv-iso8859-1 \
60" 61"
61 62
62INSANE_SKIP:${PN}-ptest += "ldflags" 63INSANE_SKIP:${PN}-ptest += "ldflags"