]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-extended-tarball: Add locale command
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2020 21:09:43 +0000 (21:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Mar 2020 11:44:12 +0000 (11:44 +0000)
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>
meta/recipes-core/meta/buildtools-extended-tarball.bb

index 4a79b09fda924499fa26c1617aa0490e17905171..dd780c5d57e64dbf7a518358e9c529a6f8966b29 100644 (file)
@@ -25,6 +25,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-libstdc++-dev \
     nativesdk-libtool \
     nativesdk-pkgconfig \
+    nativesdk-glibc-utils \
     nativesdk-libxcrypt-dev \
     "