]> 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>
Sun, 6 Sep 2020 15:56:24 +0000 (16:56 +0100)
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>
meta/recipes-core/meta/buildtools-extended-tarball.bb

index d756036373e1a5ca14301aabf00a358d8a656ead..5a781730ed784236679363508518b6ae73ceba83 100644 (file)
@@ -25,6 +25,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-libstdc++-dev \
     nativesdk-libtool \
     nativesdk-pkgconfig \
+    nativesdk-glibc-utils \
     "
 
 TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"