summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-09 21:09:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-11 11:44:28 +0000
commit25dbd037139596f6ce30bbc55b0e579b5a55354d (patch)
tree78519d8e572a3ac65516890553056227c5644f5f /meta
parent1a0fd5104f82bf37e80cda4499fa08d2cd0dcb70 (diff)
downloadpoky-25dbd037139596f6ce30bbc55b0e579b5a55354d.tar.gz
buildtools-extended-tarball: Add locale command
The eSDK installation code checks installed locales with the locale command which is from glibc-utils. Add this so that we find the correct locales from the buildtools. (From OE-Core rev: 7d35e4bc6ff94a2d03c48827d7d60a6855c9029d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/meta/buildtools-extended-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index 4a79b09fda..dd780c5d57 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -25,6 +25,7 @@ TOOLCHAIN_HOST_TASK += "\
25 nativesdk-libstdc++-dev \ 25 nativesdk-libstdc++-dev \
26 nativesdk-libtool \ 26 nativesdk-libtool \
27 nativesdk-pkgconfig \ 27 nativesdk-pkgconfig \
28 nativesdk-glibc-utils \
28 nativesdk-libxcrypt-dev \ 29 nativesdk-libxcrypt-dev \
29 " 30 "
30 31