From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] License report: prevent unintended build
Date: Tue, 8 Nov 2016 15:21:18 +0100 [thread overview]
Message-ID: <201611081521.18590.jbe@pengutronix.de> (raw)
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
reply other threads:[~2016-11-08 14:19 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=201611081521.18590.jbe@pengutronix.de \
--to=jbe@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