diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2017-06-23 13:19:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-04 11:12:11 +0000 |
commit | e1f6d40f1d255c4b645ce1b82ef7e56cb4b3eecd (patch) | |
tree | 0afd902ff991df7ddfa84ca5cc4d86de39fb7f20 /meta/recipes-extended | |
parent | 31b6cb2cbbe4182b1cc7b9a8542b175751a49842 (diff) | |
download | poky-e1f6d40f1d255c4b645ce1b82ef7e56cb4b3eecd.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: bf0103c7fce3d507e147e1f2381c402fca123364)
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.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}/ |