mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
glibc: don't use host locales in nativesdk
(From OE-Core rev: d7ded85766852689a0d774c896a11d0609004ab2) (From OE-Core rev: 152e045f42a66a0f74f6c097213f023c2c740292) (From OE-Core rev: d5adeb887e9b56e4c047a8c5488fb89831e88727) 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
e964c888c7
commit
8e6c4c3164
@@ -144,12 +144,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"
|
||||
|
||||
Reference in New Issue
Block a user