From 479780d790cc4f6e93564bfd849824e9a7f9160c Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 18 May 2016 00:43:45 -0700 Subject: buildtools-tarball: add nativesdk-locale-base-en-us It is required by python3's bitbake. (From OE-Core rev: 342701f25db0943fb1038ac3741a1feaab8458fd) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index f45e781899..34df53191b 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-wget \ nativesdk-ca-certificates \ nativesdk-texinfo \ + nativesdk-locale-base-en-us \ " SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" -- cgit v1.2.3-54-g00ecf