From 942a12a6c1957855d99b6369989369a63c1e9789 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 1 Mar 2016 16:19:36 +0000 Subject: Update licensecheck.py and strip-gplv3.configure Change-Id: I3149413c2126194c538105d26b93fde9a8298ed0 --- extensions/strip-gplv3.configure | 4 +++- scripts/licensecheck.py | 4 +++- 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", -- cgit v1.2.1