]> code.ossystems Code Review - openembedded-core.git/commit
meson: update to 0.50.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 15 Apr 2019 10:54:49 +0000 (12:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2019 10:05:50 +0000 (11:05 +0100)
commit3f9a0f0c6c99364eb128ffc2db704e957f1c0bce
tree790bc4fb9c3ce338aa5e5b1b1073e37d5db33b80
parent382a024d81c6f31556b9c7e548ff5f2d262f033e
meson: update to 0.50.0

Remove 0001-Linker-rules-move-cross_args-in-front-of-output_args.patch
as the upstream code has been completely reworked; if the issues pops up
again, we need to re-write the fix.

Rebase:
0001-Make-CPU-family-warnings-fatal.patch
0001-environment.py-detect-windows-also-if-the-system-str.patch
0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch
0002-Support-building-allarch-recipes-again.patch

Add 0001-mesonbuild-environment.py-check-environment-for-vari.patch
as particularly we set windows resource compiler through an
environment variable WINDRES. This has replaced the
0001-modules-windows-split-WINDRES-env-variable.patch as the code
has been refactored.

Add 0001-mesonbuild-environment.py-do-not-determine-whether-a.patch
for a more robust detection of cross builds.

Replace many-cross.patch with corresponding backports from upcoming 0.50.1:
0007-mesonbuild-allow-multiple-cross-file-options.patch
load-configs-generalise-search-path.patch

Drop cross-libdir.patch as it has been merged upstream.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 files changed:
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-Linker-rules-move-cross_args-in-front-of-output_args.patch [deleted file]
meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
meta/recipes-devtools/meson/meson/0001-environment.py-detect-windows-also-if-the-system-str.patch [moved from meta/recipes-devtools/meson/meson/0002-environment.py-detect-windows-also-if-the-system-str.patch with 59% similarity]
meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch
meta/recipes-devtools/meson/meson/0001-mesonbuild-environment.py-check-environment-for-vari.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson/0001-mesonbuild-environment.py-do-not-determine-whether-a.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson/0001-modules-windows-split-WINDRES-env-variable.patch [deleted file]
meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
meta/recipes-devtools/meson/meson/0007-mesonbuild-allow-multiple-cross-file-options.patch [moved from meta/recipes-devtools/meson/meson/many-cross.patch with 54% similarity]
meta/recipes-devtools/meson/meson/cross-libdir.patch [deleted file]
meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson_0.50.0.bb [moved from meta/recipes-devtools/meson/meson_0.49.2.bb with 100% similarity]
meta/recipes-devtools/meson/nativesdk-meson_0.50.0.bb [moved from meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb with 100% similarity]