[OE-core] [PATCH v2] mesa: Upgrade 19.1.1 -> 19.1.4
Otavio Salvador
otavio.salvador at ossystems.com.br
Sat Aug 17 18:49:39 UTC 2019
On Sat, Aug 17, 2019 at 1:01 PM Alexander Kanavin
<alex.kanavin at gmail.com> wrote:
>
> On Sat, 17 Aug 2019 at 17:40, Otavio Salvador <otavio at ossystems.com.br> wrote:
>>
>> +Subject: [PATCH] Revert "meson: Improve detection of Python when using Meson
>> + >=0.50."
>> +Organization: O.S. Systems Software LTDA.
>> +
>> +This reverts commit cb3072488cd327155206e92d1ad8eb72a23ab04e.
>> +
>> +Upstream-Status: Inappropriate [embedded specific]
>> +
>> +-if meson.version().version_compare('>=0.50')
>> +- prog_python = import('python').find_installation('python3')
>> +-else
>> +- prog_python = import('python3').find_python()
>> +-endif
>> ++prog_python = import('python3').find_python()
>> + has_mako = run_command(
>> + prog_python, '-c',
>> + '''
>
> If this is broken in meson, shouldn't it be fixed at the source (e.g. meson), rather than patched after the fact back to the 'older pre-0.50 way' in every component that trips over it?
I tried but couldn't figure out how to fix it and as I am not a meson
expect, I preferred to rather revert it and succeed with the upgrade.
Can you send a patch fixing it?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
More information about the Openembedded-core
mailing list