diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-10 18:11:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | a7afbaa26f2ff42c301f2414d4357378fef20e4a (patch) | |
tree | 3b8af5b00da40455403d9ee653f05e05bb74022c | |
parent | 2c948fa0250b765bc5f2fbe63c82258601cc77ff (diff) | |
download | poky-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.inc | 1 |
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" | |||
57 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | 57 | RDEPENDS:${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 | ||
62 | INSANE_SKIP:${PN}-ptest += "ldflags" | 63 | INSANE_SKIP:${PN}-ptest += "ldflags" |