mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
31b6cb2cbb
commit
e1f6d40f1d
|
@ -18,7 +18,7 @@ S = "${WORKDIR}"
|
|||
|
||||
inherit native
|
||||
|
||||
EXTRA_OEMAKE += "cc=${CC}"
|
||||
EXTRA_OEMAKE += "cc='${CC}'"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}/
|
||||
|
|
Loading…
Reference in New Issue
Block a user