summaryrefslogtreecommitdiffstats
path: root/meta
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-10 13:21:40 +0100
commit44e09f313c63c640171a780fdaad878a65977f28 (patch)
treea32338fca366f101277933c1e2c5408619d259aa /meta
parent9e5690a1579b892f421198851cd4a5917f2e6e89 (diff)
downloadpoky-44e09f313c63c640171a780fdaad878a65977f28.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) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 += "\
25 nativesdk-libstdc++-dev \ 25 nativesdk-libstdc++-dev \
26 nativesdk-libtool \ 26 nativesdk-libtool \
27 nativesdk-pkgconfig \ 27 nativesdk-pkgconfig \
28 nativesdk-glibc-utils \
28 " 29 "
29 30
30TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" 31TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"