[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Meson version update
From: |
Paolo Bonzini |
Subject: |
[PULL 0/5] Meson version update |
Date: |
Sun, 14 Mar 2021 18:50:20 +0100 |
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
- [PULL 0/5] Meson version update,
Paolo Bonzini <=
- [PULL 1/5] hexagon: do not specify executables as inputs, Paolo Bonzini, 2021/03/14
- [PULL 3/5] meson: bump submodule to 0.57.1, Paolo Bonzini, 2021/03/14
- [PULL 5/5] hexagon: use env keyword argument to pass PYTHONPATH, Paolo Bonzini, 2021/03/14
- [PULL 2/5] hexagon: do not specify Python scripts as inputs, Paolo Bonzini, 2021/03/14
- [PULL 4/5] meson: switch minimum meson version to 0.57.0, Paolo Bonzini, 2021/03/14
- Re: [PULL 0/5] Meson version update, Peter Maydell, 2021/03/15