mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +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:
@@ -64,6 +64,6 @@ do_install_ptest() {
|
|||||||
|
|
||||||
RDEPENDS:${PN}-ptest += "make"
|
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"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user