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

git at git.openembedded.org git at git.openembedded.org
Mon Mar 19 15:59:28 UTC 2018


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

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

commit d68b8e95190718d04387ae1bf9e3b73ce14200da
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)
    
    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.26.bb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/recipes-core/glibc/glibc_2.26.bb b/meta/recipes-core/glibc/glibc_2.26.bb
index 30dfe4d..2552e87 100644
--- a/meta/recipes-core/glibc/glibc_2.26.bb
+++ b/meta/recipes-core/glibc/glibc_2.26.bb
@@ -138,12 +138,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