mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] configure_helper: blacklist --wrap-mode option
Date: Thu, 17 Oct 2019 11:36:33 +0200	[thread overview]
Message-ID: <20191017093633.31146-1-p.zabel@pengutronix.de> (raw)

Since commit bc0fa4939589 ("Rules: don't allow meson to download
anything"), --wrap-mode nodownload is unconditionally added to all
Meson options. Don't show it to the user as something to remove
from the tested recipe.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 scripts/configure_helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index c7b46f3b3846..02df905faa76 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -222,7 +222,7 @@ def parse_meson_args(args, blacklist):
 			name = last
 			value = arg
 			# Most --* args show up as generic arguments at the end
-			if name != "cross-file":
+			if name != "cross-file" and name != "wrap-mode":
 				last_args.append("-D%s=%s" % (name, value))
 			last = None
 		else:
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2019-10-17  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20191017093633.31146-1-p.zabel@pengutronix.de \
    --to=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