mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] License report: prevent unintended build
@ 2016-11-08 14:21 Juergen Borleis
  0 siblings, 0 replies; only message in thread
From: Juergen Borleis @ 2016-11-08 14:21 UTC (permalink / raw)
  To: ptxdist

Independently from the PTXCONF_PROJECT_CHECK_LICENSES setting the license
was extracted from each package due to this '='/'==' mismatch.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>

diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index e5cdd2c6342c..37d545ca2a32 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -196,7 +196,7 @@ $1 ~ /^PTXCONF_/ {
 		}
 	} while (sub(/_+[^_]+$/, "", this_PKG));
 
-	if (this_PKG = "PROJECT_CHECK_LICENSES")
+	if (this_PKG == "PROJECT_CHECK_LICENSES")
 		CHECK_LICENSES = 1;
 	next;
 }

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

only message in thread, other threads:[~2016-11-08 14:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 14:21 [ptxdist] [PATCH] License report: prevent unintended build Juergen Borleis

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