diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-03-05 10:02:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:36:34 -0800 |
commit | 177bd96a531fcc85e62baff04aba327e2bccee07 (patch) | |
tree | 35d5dfe3e78fbdfebb4a9cf822454d4ed0fe9b74 /meta/classes/crosssdk.bbclass | |
parent | 04f49bc0f9c56ef9b6970891058c200968c5ded9 (diff) | |
download | openembedded-core-177bd96a531fcc85e62baff04aba327e2bccee07.tar.gz openembedded-core-177bd96a531fcc85e62baff04aba327e2bccee07.tar.bz2 openembedded-core-177bd96a531fcc85e62baff04aba327e2bccee07.zip |
meson.bbclass: fix to build for more projects
We should use the value of CC for the c compiler setting in cross
compilation configuration file for meson. For example, if we only
use ${HOST_PREFIX}gcc instead of ${CC}, we would meet the following
do_compile failure for systemd.
cc1: fatal error: linux/capability.h: No such file or directory
Do the same change for LD, AR, NM, STRIP and READELF.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/crosssdk.bbclass')
0 files changed, 0 insertions, 0 deletions