summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2017-06-23 13:19:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-27 22:36:44 +0100
commit0ee0a238fdfcf7fb71f41605f5c457eef0349362 (patch)
tree1766dc6094ec5bcb808c738dec7bbeec36c4ee4c /meta/recipes-extended
parenta839f11d5db5b2cab15d914b79ea31442cc07dc9 (diff)
downloadpoky-0ee0a238fdfcf7fb71f41605f5c457eef0349362.tar.gz
tzcode-native: quote ${CC}
build fails else with | + make -j 8 -l 6 cc=ccache gcc | make: *** No rule to make target 'gcc'. Stop. (From OE-Core rev: fdd3479879f83fcb0e706b3b5b1abf0e9cb789a3) Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 5729c1563359e12ebb4451bb1ce7ba3fff4ed2d4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/tzcode/tzcode-native_2017b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
index 2084f79d52..165d2c6c7b 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}"
18 18
19inherit native 19inherit native
20 20
21EXTRA_OEMAKE += "cc=${CC}" 21EXTRA_OEMAKE += "cc='${CC}'"
22 22
23do_install () { 23do_install () {
24 install -d ${D}${bindir}/ 24 install -d ${D}${bindir}/