* [ptxdist] [PATCH] configure_helper: ignore new Meson 1.1.0 builtin options
@ 2023-04-17 9:19 Philipp Zabel
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-04-17 9:19 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Ignore new Meson builtin options "licensedir" (since 1.1.0) and
"vsenv" (since 1.1.0).
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
scripts/configure_helper.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index e6907cd4eb21..d5abc5a02c1a 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -144,6 +144,7 @@ meson_blacklist = [
"install_umask",
"layout",
"libexecdir",
+ "licensedir",
"localedir",
"localstatedir",
"mandir",
@@ -160,6 +161,7 @@ meson_blacklist = [
"sysconfdir",
"unity",
"unity_size",
+ "vsenv",
"warning_level",
"werror",
"wrap_mode",
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson 1.1.0 builtin options
2023-04-17 9:19 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.1.0 builtin options Philipp Zabel
@ 2023-05-02 7:05 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-05-02 7:05 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 3009876c1ff75314758fb1e99ef96f2dec0315d6.
Michael
[sent from post-receive hook]
On Tue, 02 May 2023 09:05:52 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Ignore new Meson builtin options "licensedir" (since 1.1.0) and
> "vsenv" (since 1.1.0).
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230417091903.532564-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
> index e6907cd4eb21..d5abc5a02c1a 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -144,6 +144,7 @@ meson_blacklist = [
> "install_umask",
> "layout",
> "libexecdir",
> + "licensedir",
> "localedir",
> "localstatedir",
> "mandir",
> @@ -160,6 +161,7 @@ meson_blacklist = [
> "sysconfdir",
> "unity",
> "unity_size",
> + "vsenv",
> "warning_level",
> "werror",
> "wrap_mode",
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-02 7:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 9:19 [ptxdist] [PATCH] configure_helper: ignore new Meson 1.1.0 builtin options Philipp Zabel
2023-05-02 7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox