1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

gawk: Fix ptest dependency

The gawk ptests need some locale information, add the missing dependency
so tests work in minimal images.

(From OE-Core rev: 5aafe0dd13eba8303d1a954adffd6f1d8d234952)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-03-10 18:12:22 +00:00
parent b6f295f4b5
commit 24e1d446fb
+1 -1
View File
@@ -64,6 +64,6 @@ do_install_ptest() {
RDEPENDS:${PN}-ptest += "make"
RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us.iso-8859-1"
RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us locale-base-en-us.iso-8859-1"
BBCLASSEXTEND = "native nativesdk"