Bug 15889

Summary: please update meson
Product: buildroot Reporter: stsp <stsp2>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description stsp 2023-12-11 08:57:35 UTC
Current buildroot git has meson-1.1.1.
But the latest release is 1.3.0.
Meson is a young and rapidly evolving
system. This unfortunately means that
you can't get the good use of any older
version than that you've started with.
I can't build my project with 1.1.1
(or even 1.2).
Comment 1 Yann E. MORIN 2023-12-12 19:48:49 UTC
stsp, All,

(In reply to stsp from comment #0)
> Current buildroot git has meson-1.1.1.
> But the latest release is 1.3.0.

We had to revert the bump to version 1.2.0, see:
    https://gitlab.com/buildroot.org/buildroot/-/commit/acfdf21f0b752e844a33c70a0fd2f82f4534a5a0

> I can't build my project with 1.1.1
> (or even 1.2).

Please help us by doing the version bump localy and test it,
and then contribute the patch with appropriate explanations
on why it is now safe to bump to 1.3.0 and how the breakage
with 1.2.0 was fixed upstream.

See the manual for how to contribute to Buildroot:
    https://buildroot.org/downloads/manual/manual.html#_contributing_to_buildroot

As this is a feature request, it is better handled on the
mailing list now; closing.

Regards,
Yann E. MORIN.
Comment 2 stsp 2023-12-13 06:44:42 UTC
Was the meson bug ticket filled in?