[oe-commits] [openembedded-core] 16/43: tzcode-native: quote ${CC}

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 21:38:11 UTC 2017


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

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

commit fdd3479879f83fcb0e706b3b5b1abf0e9cb789a3
Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
AuthorDate: Fri Jun 23 13:19:12 2017 +0200

    tzcode-native: quote ${CC}
    
    build fails else with
    
    | + make -j 8 -l 6 cc=ccache gcc
    | make: *** No rule to make target 'gcc'.  Stop.
    
    Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 5729c1563359e12ebb4451bb1ce7ba3fff4ed2d4)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/tzcode/tzcode-native_2017b.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
index 2084f79..165d2c6 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}"
 
 inherit native
 
-EXTRA_OEMAKE += "cc=${CC}"
+EXTRA_OEMAKE += "cc='${CC}'"
 
 do_install () {
         install -d ${D}${bindir}/

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


More information about the Openembedded-commits mailing list