Re: [OE-core] [PATCH] base.bbclass: Honor PATH when selecting hosttools

2021-03-18 Thread Richard Purdie
On Thu, 2021-03-18 at 16:02 +0100, Damian Wrobel wrote: >   On Thu, 18 Mar 2021 15:31:02 +0100 Richard Purdie > wrote >  > On Thu, 2021-03-18 at 15:23 +0100, Damian Wrobel wrote: >  > > Honors the PATH[1] and other user settings like >  > > system wide ccache when selecting hosttools. >

Re: [OE-core] [PATCH] base.bbclass: Honor PATH when selecting hosttools

2021-03-18 Thread Damian Wrobel
On Thu, 18 Mar 2021 15:31:02 +0100 Richard Purdie wrote > On Thu, 2021-03-18 at 15:23 +0100, Damian Wrobel wrote: > > Honors the PATH[1] and other user settings like > > system wide ccache when selecting hosttools. > > > > Fixes the following compilation error when compiling clan

Re: [OE-core] [PATCH] base.bbclass: Honor PATH when selecting hosttools

2021-03-18 Thread Richard Purdie
On Thu, 2021-03-18 at 15:23 +0100, Damian Wrobel wrote: > Honors the PATH[1] and other user settings like > system wide ccache when selecting hosttools. > > Fixes the following compilation error when compiling clang-11: > >  | CMake Error at cmake/modules/CheckCompilerVersion.cmake:38 (message):

[OE-core] [PATCH] base.bbclass: Honor PATH when selecting hosttools

2021-03-18 Thread Damian Wrobel
Honors the PATH[1] and other user settings like system wide ccache when selecting hosttools. Fixes the following compilation error when compiling clang-11: | CMake Error at cmake/modules/CheckCompilerVersion.cmake:38 (message): | Host GCC version must be at least 5.1, your version is 4.8.5.