[oe-commits] [openembedded-core] 11/20: cross-canadian.bbclass: drop TARGET_* flags overrides

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 08:25:43 UTC 2017


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

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

commit 44160df561a1b10b4c7a74558bdfe6b58ee0a9ec
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Sun Sep 17 11:53:43 2017 +0200

    cross-canadian.bbclass: drop TARGET_* flags overrides
    
    A regression was introduced by me in commit 767335c9:
    [ cross-canadian.bbclass: override TARGET_* flags ]
    
    it causes BUILDSDK_C/CXXFLAGS being exported in environment-setup
    script built from meta-environment recipe, which is wrong, restore to
    TARGET_C/CXXFLAGS.
    
    Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/cross-canadian.bbclass | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 69cbe90..1928455 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -113,11 +113,6 @@ HOST_CC_ARCH = "${SDK_CC_ARCH}"
 HOST_LD_ARCH = "${SDK_LD_ARCH}"
 HOST_AS_ARCH = "${SDK_AS_ARCH}"
 
-TARGET_CPPFLAGS = "${BUILDSDK_CPPFLAGS}"
-TARGET_CFLAGS = "${BUILDSDK_CFLAGS}"
-TARGET_CXXFLAGS = "${BUILDSDK_CXXFLAGS}"
-TARGET_LDFLAGS = "${BUILDSDK_LDFLAGS}"
-
 #assign DPKG_ARCH
 DPKG_ARCH = "${@debian_arch_map(d.getVar('SDK_ARCH'), '')}"
 

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


More information about the Openembedded-commits mailing list