[oe-commits] [openembedded-core] 04/12: buildtools-extended-tarball: Add locale command

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 13:39:28 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7d35e4bc6ff94a2d03c48827d7d60a6855c9029d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 9 21:09:43 2020 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index 4a79b09..dd780c5 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 \
     "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list