summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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:12 +0000
commit7d35e4bc6ff94a2d03c48827d7d60a6855c9029d (patch)
tree885532915991cefc0a56c692a3926ba14ddf65d3 /meta/recipes-core
parentf7a6a72880009380ae81bc7fc863921a26811c8c (diff)
downloadopenembedded-core-contrib-7d35e4bc6ff94a2d03c48827d7d60a6855c9029d.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 += "\
nativesdk-libstdc++-dev \
nativesdk-libtool \
nativesdk-pkgconfig \
+ nativesdk-glibc-utils \
nativesdk-libxcrypt-dev \
"