glibc: don't use host locales in nativesdk

(From OE-Core rev: d7ded85766852689a0d774c896a11d0609004ab2)

(From OE-Core rev: 6ffd0764677197e134386f2147c204823a88cfca)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2018-03-01 18:26:26 +00:00 committed by Richard Purdie
parent 933bad4929
commit 0562b462d4
1 changed files with 0 additions and 6 deletions

View File

@ -130,12 +130,6 @@ do_compile () {
}
# Use the host locale archive when built for nativesdk so that we don't need to
# ship a complete (100MB) locale set.
do_compile_prepend_class-nativesdk() {
echo "complocaledir=/usr/lib/locale" >> ${S}/configparms
}
require glibc-package.inc
BBCLASSEXTEND = "nativesdk"