mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ptxd_make_world_prepare: use meson setup command
Date: Fri, 24 Feb 2023 08:24:52 +0100	[thread overview]
Message-ID: <20230224072452.1536481-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230223095103.1872076-1-p.zabel@pengutronix.de>

Thanks, applied as 1b3a0683e3044632c302b623d2f4cd04c36a3e76.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:51 +0100, Philipp Zabel <p.zabel@pengutronix.de> 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 <p.zabel@pengutronix.de>
> Message-Id: <20230223095103.1872076-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



      reply	other threads:[~2023-02-24  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  9:51 [ptxdist] [PATCH] " Philipp Zabel
2023-02-24  7:24 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230224072452.1536481-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox