diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2017-06-23 13:19:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 20:55:08 +0100 |
commit | 15b2d550e079b02995f94d7eed466556cc35657d (patch) | |
tree | 980350a81daea41b8630738b7c80e53a7b873798 | |
parent | b1ea384edbef9931976ee4f56d3d3e7db72afb1e (diff) | |
download | poky-15b2d550e079b02995f94d7eed466556cc35657d.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: 5729c1563359e12ebb4451bb1ce7ba3fff4ed2d4)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2017b.bb | 2 |
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 | ||
19 | inherit native | 19 | inherit native |
20 | 20 | ||
21 | EXTRA_OEMAKE += "cc=${CC}" | 21 | EXTRA_OEMAKE += "cc='${CC}'" |
22 | 22 | ||
23 | do_install () { | 23 | do_install () { |
24 | install -d ${D}${bindir}/ | 24 | install -d ${D}${bindir}/ |