[oe-commits] [openembedded-core] 02/38: glibc: don't use host locales in nativesdk

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit d5adeb887e9b56e4c047a8c5488fb89831e88727
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 1 18:26:26 2018 +0000

    glibc: don't use host locales in nativesdk
    
    (From OE-Core rev: d7ded85766852689a0d774c896a11d0609004ab2)
    
    (From OE-Core rev: 152e045f42a66a0f74f6c097213f023c2c740292)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc_2.24.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-core/glibc/glibc_2.24.bb b/meta/recipes-core/glibc/glibc_2.24.bb
index 6ea4585..616f4e9 100644
--- a/meta/recipes-core/glibc/glibc_2.24.bb
+++ b/meta/recipes-core/glibc/glibc_2.24.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list