[PULL 0/5] Meson version update

Paolo Bonzini posted 5 patches 3 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
configure                               |  7 +----
docs/meson.build                        | 12 ++++----
meson                                   |  2 +-
meson.build                             | 54 +++++++++++++++------------------
plugins/meson.build                     |  4 +--
scripts/mtest2make.py                   |  7 ++---
target/hexagon/meson.build              | 37 ++++++++--------------
tests/docker/dockerfiles/centos7.docker |  2 +-
tests/meson.build                       |  2 +-
tests/qapi-schema/meson.build           |  4 +--
tests/qtest/meson.build                 |  2 +-
trace/meson.build                       |  4 +--
12 files changed, 57 insertions(+), 80 deletions(-)
[PULL 0/5] Meson version update
Posted by Paolo Bonzini 3 years, 1 month ago
The following changes since commit 0436c55edf6b357ff56e2a5bf688df8636f83456:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-08 13:51:41 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream-meson-0.57

for you to fetch changes up to ddbac656401866a1a48d4829b5d02c239d1e8fc3:

  hexagon: use env keyword argument to pass PYTHONPATH (2021-03-13 19:26:03 +0100)

----------------------------------------------------------------
Update Meson to 0.57.

----------------------------------------------------------------
Paolo Bonzini (5):
      hexagon: do not specify executables as inputs
      hexagon: do not specify Python scripts as inputs
      meson: bump submodule to 0.57.1
      meson: switch minimum meson version to 0.57.0
      hexagon: use env keyword argument to pass PYTHONPATH

 configure                               |  7 +----
 docs/meson.build                        | 12 ++++----
 meson                                   |  2 +-
 meson.build                             | 54 +++++++++++++++------------------
 plugins/meson.build                     |  4 +--
 scripts/mtest2make.py                   |  7 ++---
 target/hexagon/meson.build              | 37 ++++++++--------------
 tests/docker/dockerfiles/centos7.docker |  2 +-
 tests/meson.build                       |  2 +-
 tests/qapi-schema/meson.build           |  4 +--
 tests/qtest/meson.build                 |  2 +-
 trace/meson.build                       |  4 +--
 12 files changed, 57 insertions(+), 80 deletions(-)
-- 
2.29.2


Re: [PULL 0/5] Meson version update
Posted by Peter Maydell 3 years, 1 month ago
On Sun, 14 Mar 2021 at 17:54, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 0436c55edf6b357ff56e2a5bf688df8636f83456:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-03-08 13:51:41 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream-meson-0.57
>
> for you to fetch changes up to ddbac656401866a1a48d4829b5d02c239d1e8fc3:
>
>   hexagon: use env keyword argument to pass PYTHONPATH (2021-03-13 19:26:03 +0100)
>
> ----------------------------------------------------------------
> Update Meson to 0.57.
>
> ----------------------------------------------------------------

Merge conflict in tests/meson.build -- could you fix up and resend, please?

thanks
-- PMM