Re: [OE-core] [PATCH] utils: fix gcc 10 version detection

2020-03-26 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Charles-Antoine Couret > Sent: den 26 mars 2020 19:37 > To: openembedded-core@lists.openembedded.org > Cc: Charles-Antoine Couret > Subject: [OE-core] [PAT

[OE-core] [PATCH] utils: fix gcc 10 version detection

2020-03-26 Thread Charles-Antoine Couret
Utils can not detect GCC 10 correctly due to wrong regex. It generates this error "ERROR: Can't get compiler version from gcc --version output" The major version should be 1 or more digits instead of 1 only. Signed-off-by: Charles-Antoine Couret --- meta/lib/oe/utils.py | 2 +- 1 file