summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-01 16:19:36 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-01 17:26:09 +0000
commit942a12a6c1957855d99b6369989369a63c1e9789 (patch)
treec3c9e15ba9f653bcda20e1438c64462be7450a75
parent2948184569398e0dc19ac8c3782b765822edc0d1 (diff)
downloaddefinitions-942a12a6c1957855d99b6369989369a63c1e9789.tar.gz
Update licensecheck.py and strip-gplv3.configure
Change-Id: I3149413c2126194c538105d26b93fde9a8298ed0
-rwxr-xr-xextensions/strip-gplv3.configure4
-rwxr-xr-xscripts/licensecheck.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/extensions/strip-gplv3.configure b/extensions/strip-gplv3.configure
index bf28223d..2dac0907 100755
--- a/extensions/strip-gplv3.configure
+++ b/extensions/strip-gplv3.configure
@@ -32,6 +32,7 @@ import writeexts
class StripGPLv3ConfigureExtension(writeexts.Extension):
gplv3_chunks = [
['autoconf', ''],
+ ['autoconf-tarball', ''],
['automake', ''],
['bash', ''],
['binutils', ''],
@@ -42,10 +43,11 @@ class StripGPLv3ConfigureExtension(writeexts.Extension):
['gawk', ''],
['gcc', r'^.*lib.*\.so(\.\d+)*$'],
['gdbm', ''],
- ['gettext', ''],
+ ['gettext-tarball', ''],
['gperf', ''],
['groff', ''],
['libtool', r'^.*lib.*\.so(\.\d+)*$'],
+ ['libtool-tarball', r'^.*lib.*\.so(\.\d+)*$'],
['m4', ''],
['make', ''],
['nano', ''],
diff --git a/scripts/licensecheck.py b/scripts/licensecheck.py
index c5f72f07..4b255dcc 100755
--- a/scripts/licensecheck.py
+++ b/scripts/licensecheck.py
@@ -27,6 +27,7 @@ import yaml
gpl3_chunks = ("autoconf",
+ "autoconf-tarball",
"automake",
"bash",
"binutils",
@@ -37,10 +38,11 @@ gpl3_chunks = ("autoconf",
"gawk",
"gcc",
"gdbm",
- "gettext",
+ "gettext-tarball",
"gperf",
"groff",
"libtool",
+ "libtool-tarball",
"m4-tarball",
"make",
"nano",