From: Alexander Kanavin Date: Mon, 28 Dec 2020 20:04:36 +0000 (+0100) Subject: gawk: add missing ptest dependency X-Git-Tag: uninative-2.10~314 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=69ce1914484a86e9f440aeaab887cae671d679b9;p=openembedded-core.git gawk: add missing ptest dependency Somewhere between the recipe updates, the needed locale is no longer installed to the ptest image implicitly. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gawk/gawk_5.1.0.bb b/meta/recipes-extended/gawk/gawk_5.1.0.bb index 8c6411c867..ae897be62e 100644 --- a/meta/recipes-extended/gawk/gawk_5.1.0.bb +++ b/meta/recipes-extended/gawk/gawk_5.1.0.bb @@ -53,4 +53,8 @@ do_install_ptest() { RDEPENDS_${PN}-ptest += "make" +RDEPENDS_${PN}-ptest_append_libc-glibc = "\ + locale-base-en-us.iso-8859-1 \ +" + BBCLASSEXTEND = "native nativesdk"