diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-03-01 18:26:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-02 17:06:24 +0100 |
| commit | 0562b462d405c3faa7a683afdf98d512dbdf95af (patch) | |
| tree | 252cbbfa317cfdc13a2e7d3dd654f0c4de817ea5 | |
| parent | 933bad492948f0e51e29ce1bedf55b3bd7e62d7c (diff) | |
| download | poky-0562b462d405c3faa7a683afdf98d512dbdf95af.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.25.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.25.bb b/meta/recipes-core/glibc/glibc_2.25.bb index 0f1ec0c142..316ba1fce8 100644 --- a/meta/recipes-core/glibc/glibc_2.25.bb +++ b/meta/recipes-core/glibc/glibc_2.25.bb | |||
| @@ -130,12 +130,6 @@ do_compile () { | |||
| 130 | 130 | ||
| 131 | } | 131 | } |
| 132 | 132 | ||
| 133 | # Use the host locale archive when built for nativesdk so that we don't need to | ||
| 134 | # ship a complete (100MB) locale set. | ||
| 135 | do_compile_prepend_class-nativesdk() { | ||
| 136 | echo "complocaledir=/usr/lib/locale" >> ${S}/configparms | ||
| 137 | } | ||
| 138 | |||
| 139 | require glibc-package.inc | 133 | require glibc-package.inc |
| 140 | 134 | ||
| 141 | BBCLASSEXTEND = "nativesdk" | 135 | BBCLASSEXTEND = "nativesdk" |
