aboutsummaryrefslogtreecommitdiffstats
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-09-08 14:39:04 +0100
commit76227185faedc0946f2b69a8cfe4286f6e5355d9 (patch)
tree083d14cc1a4805b0defd4a2a086bead7a4ff8d41
parent6540c5bb9241d5729a0e56f5cf24e1d1d1d4a4cc (diff)
downloadopenembedded-core-76227185faedc0946f2b69a8cfe4286f6e5355d9.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. (From OE-Core rev: 7d35e4bc6ff94a2d03c48827d7d60a6855c9029d) (From OE-Core rev: d99b6432decec0964ac0e08698abc782c9b114f5) (From OE-Core rev: 3562a6848aa3e866ad8e2d3caed3211971817234) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d756036373..5a781730ed 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 \
"
TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"