mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
glibc: don't use host locales in nativesdk
(From OE-Core rev: d7ded85766852689a0d774c896a11d0609004ab2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7d06f1fc26
commit
51b681cb3d
@@ -133,12 +133,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
|
require glibc-package.inc
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user