diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-08-08 12:08:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-10 18:14:59 +0100 |
commit | 9e2c0e57df29122272e28834148ca7956c396e3e (patch) | |
tree | a0a7f8fe8e8b1b6e1bef979067c0c80a14d0e464 /meta/recipes-extended/cwautomacros | |
parent | e4f6ea6811c59a7c1cdfcd55d861dc8c6d20874b (diff) | |
download | poky-9e2c0e57df29122272e28834148ca7956c396e3e.tar.gz |
cmake.bbclass: Rework compiler program variables for allarch
CMake projects can specify the NONE project type. Projects that do this
do not use any C or C++ compiler, this currently works fine with caveat
that when changing the machine/arch the compiler is different causing
signature hash differences.
To avoid the signature hash differences clear the associated C/CXX
compiler variables. In order to achieve this with overrides, simplify
the existing construction of the values using a python function and
variable setting and remove the anonymous variable setup.
(From OE-Core rev: e0657ff13453deedbdcf7c2f8a8854f601c659bd)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cwautomacros')
0 files changed, 0 insertions, 0 deletions