summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-28 21:04:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-31 11:53:26 +0000
commit238c1b1389ae59f89dcc6c1b1a98f7c57daf21f5 (patch)
tree10b1878e240ddb32d9d9e46b6a518269fde6865b /meta/recipes-extended
parent95c76b9bd458a10277c9df37d15d86203ec8f10f (diff)
downloadpoky-238c1b1389ae59f89dcc6c1b1a98f7c57daf21f5.tar.gz
gawk: add missing ptest dependency
Somewhere between the recipe updates, the needed locale is no longer installed to the ptest image implicitly. (From OE-Core rev: 69ce1914484a86e9f440aeaab887cae671d679b9) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/gawk/gawk_5.1.0.bb4
1 files changed, 4 insertions, 0 deletions
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() {
53 53
54RDEPENDS_${PN}-ptest += "make" 54RDEPENDS_${PN}-ptest += "make"
55 55
56RDEPENDS_${PN}-ptest_append_libc-glibc = "\
57 locale-base-en-us.iso-8859-1 \
58"
59
56BBCLASSEXTEND = "native nativesdk" 60BBCLASSEXTEND = "native nativesdk"