From: Richard Purdie Date: Mon, 9 Mar 2020 21:09:43 +0000 (+0000) Subject: buildtools-extended-tarball: Add locale command X-Git-Tag: 2020-04-dunfell~207 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7d35e4bc6ff94a2d03c48827d7d60a6855c9029d;p=openembedded-core.git 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 --- 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 \ "