diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-31 15:29:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-01 23:11:38 +0100 |
commit | 3fdbeb0895a5dcc70fdfa22154cbead9b707323f (patch) | |
tree | 58245dbe7c3cba184063f2fed73db081ab0ba1a9 /scripts/lib/argparse_oe.py | |
parent | 2802ea07a836362fa0a26303363d41edab20ed52 (diff) | |
download | poky-3fdbeb0895a5dcc70fdfa22154cbead9b707323f.tar.gz |
meson: Robustify compiler detection logic
meson would fail to detect compiler type in some rare care where
specific substring '-xt' is detected in compiler --version output and
it so happens that this string can be generated by clang --version if
clang is installed into a directory containing 'xt-' in its name. with
recipe specific sysroots, this is quite likely to happen in OE build
system as we are seeing the issue with newly proposed gnome-text-editor
recipe
https://lists.openembedded.org/g/openembedded-devel/topic/90150031#96301
(From OE-Core rev: ff75909f2a9e970aaf389e0012888c29f02376e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions