summaryrefslogtreecommitdiffstats
path: root/rules/project-name.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-11 10:16:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-11 17:24:14 +0100
commit667fa1e2acbe9eefe7735d274259c382e82dddf3 (patch)
tree9b64311c34726d8b0617ee464a151ae955daec5b /rules/project-name.in
parent4ac203ed9ae436d9bb5674761a0c47f7a56c8adc (diff)
downloadptxdist-667fa1e2acbe9eefe7735d274259c382e82dddf3.tar.gz
ptxdist-667fa1e2acbe9eefe7735d274259c382e82dddf3.tar.xz
project-name: add option to check license information when building the packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/project-name.in')
-rw-r--r--rules/project-name.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/project-name.in b/rules/project-name.in
index 2adf4e8bf..a9fdc4792 100644
--- a/rules/project-name.in
+++ b/rules/project-name.in
@@ -201,5 +201,15 @@ config PROJECT_DEVMIRROR
Enter a URL where *-dev.tar.gz packages can be downloaded
Use: ptxdist getdev
+comment "------------------------------------"
+comment "license information handling"
+comment "------------------------------------"
+config PROJECT_CHECK_LICENSES
+ bool
+ prompt "check licenses during normal build"
+ help
+ If this is enabled <pkg>.report is build during the normal build
+ process. As a result all specified md5 sums for license files are
+ verified.
endmenu