diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-28 21:04:36 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-31 11:53:26 +0000 |
| commit | 238c1b1389ae59f89dcc6c1b1a98f7c57daf21f5 (patch) | |
| tree | 10b1878e240ddb32d9d9e46b6a518269fde6865b | |
| parent | 95c76b9bd458a10277c9df37d15d86203ec8f10f (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-extended/gawk/gawk_5.1.0.bb | 4 |
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 | ||
| 54 | RDEPENDS_${PN}-ptest += "make" | 54 | RDEPENDS_${PN}-ptest += "make" |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | ||
| 57 | locale-base-en-us.iso-8859-1 \ | ||
| 58 | " | ||
| 59 | |||
| 56 | BBCLASSEXTEND = "native nativesdk" | 60 | BBCLASSEXTEND = "native nativesdk" |
