diff options
author | Tobias Henkel <tobias.henkel@bmw-carit.de> | 2013-11-12 09:34:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:19 +0000 |
commit | b28bae30fc5d8d1d7cc675ddb4159c39fb9bc3fd (patch) | |
tree | 129b99623bac7e4f742e035f1fb5e84916cb0a71 /meta/recipes-extended/chkconfig | |
parent | bb1366cebb60593fc21fd7a9a678a159da8ec81c (diff) | |
download | openembedded-core-b28bae30fc5d8d1d7cc675ddb4159c39fb9bc3fd.tar.gz openembedded-core-b28bae30fc5d8d1d7cc675ddb4159c39fb9bc3fd.tar.bz2 openembedded-core-b28bae30fc5d8d1d7cc675ddb4159c39fb9bc3fd.zip |
icecc: Support shell evaluation of KERNEL_CC
In the current implementation a KERNEL_CC variable containing shell
evaluation breaks the build process. Shell expansion is not happening
before general expansion in get_cross_kernel_cc which results in a
syntax error and an aborted parse process.
Before expanding the KERNEL_CC variable get_cross_kernel_cc now checks
for backticks or '$(' in the KERNEL_CC variable and performs a shell
evaluation using a call to echo if it finds one.
Signed-off-by: Tobias Henkel <tobias.henkel@bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/chkconfig')
0 files changed, 0 insertions, 0 deletions