mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 09:42:01 +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:
parent
b6f295f4b5
commit
24e1d446fb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user