On Fri, Dec 17, 2021 at 09:55:53AM +0100, Philipp Zabel wrote: > On Fri, 2021-12-17 at 08:51 +0100, Michael Olbrich wrote: > > On Wed, Dec 15, 2021 at 11:00:18AM +0100, Philipp Zabel wrote: > > > Signed-off-by: Philipp Zabel <[email protected]> > > > --- > > > rules/host-meson.make | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/rules/host-meson.make b/rules/host-meson.make > > > index 98c4e453ba36..dd9bc37ee1af 100644 > > > --- a/rules/host-meson.make > > > +++ b/rules/host-meson.make > > > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MESON) += host-meson > > > # > > > # Paths and names > > > # > > > -HOST_MESON_VERSION := 0.56.0 > > > -HOST_MESON_MD5 := 67ce2c0c3eab1b8ee9ddaa1c5143e7c0 > > > +HOST_MESON_VERSION := 0.60.2 > > > > This raises the required Python version to 3.6. This means we won't be able > > to build BSPs on Debian Stretch, Ubuntu Xenial and other distros of the > > same generation. Those are pretty old, but still have some LTS support. > > So if we do this, then I'd like to have an actual reason for this. A > > package that needs a newer meson version, problems with the old version > > etc. > > GStreamer 1.19.3 depends on Meson >= 0.59, so this will become relevant > when 1.20 is released.
The latest pipewire update requires a new meson version as well. And the latest systemd uses some Python 3.6 features. So I've applied this now. Michael -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
