mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] configure_helper: blacklist --wrap-mode option
@ 2019-10-17  9:36 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2019-10-17  9:36 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17  9:36 [ptxdist] [PATCH] configure_helper: blacklist --wrap-mode option Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox