diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-04 15:06:29 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-06 12:16:34 +0000 |
commit | d6b0154a4c1e897d6cd2f815c13ad9d6f34c1355 (patch) | |
tree | fd67490088e32b8cacdbf670f83806854631a5b9 /meta/classes/meson.bbclass | |
parent | 83e58868b5fcd3846d81ec04f0b7b1751b4ca0d0 (diff) | |
download | poky-d6b0154a4c1e897d6cd2f815c13ad9d6f34c1355.tar.gz |
microblaze tune: cleanup +=
Various += were used, refactor these to be either = or .= depending on
usuage.
CONFLICTS should be '=', as no leading space is required and they are not
amending any other conflict settings.
The TUNE_CCARGS should be .= so that if the feature does not define a CCARG
blank spaces are not added to the CFLAGS. This is consistent to how the arm
tuning is implemented.
(From OE-Core rev: 78c38857486d3107ecd95d0ceefabcf5152c3928)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/meson.bbclass')
0 files changed, 0 insertions, 0 deletions