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. Michael > +HOST_MESON_MD5 := 48a898e25f35e57a1b72c2b578884960 > HOST_MESON := meson-$(HOST_MESON_VERSION) > HOST_MESON_SUFFIX := tar.gz > HOST_MESON_URL := > https://github.com/mesonbuild/meson/releases/download/$(HOST_MESON_VERSION)/$(HOST_MESON).$(HOST_MESON_SUFFIX) > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- 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]
