diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-01 18:26:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-01 22:18:47 +0000 |
commit | 51b681cb3d7e99fc33e70651563dbda48b4e3034 (patch) | |
tree | bd01e8418fec873c4b9c84d434d889799de4b3eb /meta | |
parent | 7d06f1fc264c6f23b1142e8da6da9de7e448a7c4 (diff) | |
download | poky-51b681cb3d7e99fc33e70651563dbda48b4e3034.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.27.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.27.bb b/meta/recipes-core/glibc/glibc_2.27.bb index e9d4117a47..b6b6625022 100644 --- a/meta/recipes-core/glibc/glibc_2.27.bb +++ b/meta/recipes-core/glibc/glibc_2.27.bb | |||
@@ -133,12 +133,6 @@ do_compile () { | |||
133 | 133 | ||
134 | } | 134 | } |
135 | 135 | ||
136 | # Use the host locale archive when built for nativesdk so that we don't need to | ||
137 | # ship a complete (100MB) locale set. | ||
138 | do_compile_prepend_class-nativesdk() { | ||
139 | echo "complocaledir=/usr/lib/locale" >> ${S}/configparms | ||
140 | } | ||
141 | |||
142 | require glibc-package.inc | 136 | require glibc-package.inc |
143 | 137 | ||
144 | BBCLASSEXTEND = "nativesdk" | 138 | BBCLASSEXTEND = "nativesdk" |