[OE-core] [PATCH v2] mesa: Upgrade 19.1.1 -> 19.1.4

Alexander Kanavin alex.kanavin at gmail.com
Sat Aug 17 16:01:25 UTC 2019


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?

Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190817/43bdf3c4/attachment.html>


More information about the Openembedded-core mailing list