[oe-commits] [meta-openembedded] branch master-next updated: klibc.bbclass: Add libc-klibc to overrides

git at git.openembedded.org git at git.openembedded.org
Fri Mar 15 23:54:11 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 98461f1  klibc.bbclass: Add libc-klibc to overrides
98461f1 is described below

commit 98461f1c2e8e4e82b87515a2eb7244e287966dff
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Mar 15 16:52:47 2019 -0700

    klibc.bbclass: Add libc-klibc to overrides
    
    We can use this to apply klibc specific patches
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-initramfs/classes/klibc.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-initramfs/classes/klibc.bbclass b/meta-initramfs/classes/klibc.bbclass
index b7b72b7..bba10f1 100644
--- a/meta-initramfs/classes/klibc.bbclass
+++ b/meta-initramfs/classes/klibc.bbclass
@@ -8,9 +8,9 @@ CC_forcevariable_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS
 CC_append_armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
 CC_append_armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}"
 
-CPP_forcevariable = "${CC} -E"
-
 # klcc uses own optimizations by default. See klcc(1) man file.
 export CFLAGS="${TUNE_CCARGS}"
 export CPPFLAGS="${TUNE_CCARGS}"
 export LDFLAGS="${TUNE_CCARGS}"
+
+OVERRIDES =. "libc-klibc:"

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


More information about the Openembedded-commits mailing list