]> code.ossystems Code Review - openembedded-core.git/commit
sdk: Install nativesdk locales for all TCLIBC variants
authorKhem Raj <raj.khem@gmail.com>
Thu, 26 Sep 2019 05:15:59 +0000 (22:15 -0700)
committerArmin Kuster <akuster808@gmail.com>
Mon, 25 Nov 2019 15:31:21 +0000 (07:31 -0800)
commit7b8f6388e0a1e1eab35918a3764e98553a2452f4
tree92baba203391e250f788734504a476625bd5f7f3
parentd0e3d1f9437b2e2c6284d9fad51bb11ebe72a46c
sdk: Install nativesdk locales for all TCLIBC variants

install_locales() here is actually operating on nativesdk and only glibc
is the default library for nativesdk, since thats what most of
desktop/server distros use, therefore bailing out based on TCLIBC is not
needed here, since nativesdk-glibc would be required for all non-glibc
targetting SDKs as well.

Fixes SDK install time error

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Your system needs to support the en_US.UTF-8 locale.
ERROR: SDK preparation failed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/sdk.py