Thanks, applied as 1b3a0683e3044632c302b623d2f4cd04c36a3e76. Michael
[sent from post-receive hook] On Fri, 24 Feb 2023 08:24:51 +0100, Philipp Zabel <[email protected]> wrote: > Fixes the following warning during the prepare stage of meson based > packages: > > WARNING: Running the setup command as `meson [options]` instead of `meson > setup [options]` is ambiguous and deprecated. > > The meson setup command is available since 0.42 and was marked as > deprecated in Meson 0.64. > > Fixes: f4c1eef53247 ("host-meson: version bump 0.61.4 -> 1.0.0") > Signed-off-by: Philipp Zabel <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/scripts/lib/ptxd_make_world_prepare.sh > b/scripts/lib/ptxd_make_world_prepare.sh > index b94b91edf709..591e9a1f0255 100644 > --- a/scripts/lib/ptxd_make_world_prepare.sh > +++ b/scripts/lib/ptxd_make_world_prepare.sh > @@ -149,7 +149,7 @@ ptxd_make_world_prepare_meson() { > "${pkg_path}" \ > "${pkg_env}" \ > "${pkg_conf_env}" \ > - meson \ > + meson setup \ > "${pkg_conf_opt}" \ > "${pkg_conf_dir}" && > ptxd_make_world_compile_commands_filter
