summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-03 12:34:32 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-03 12:46:36 +0100
commitc1d14ecd893c4be9b1e6c1a211a3ff2fe51ef7b1 (patch)
tree227bfe923601047f1508b54469ea6889853fd094
parentbe001edf9f9829015eef6128f965639dbf0b5d5d (diff)
downloaddefinitions-c1d14ecd893c4be9b1e6c1a211a3ff2fe51ef7b1.tar.gz
Strip GNU patch from genivi baseline systems
Reviewed-by: Paul Sherwood Reviewed-by: Sam Thursfield
-rwxr-xr-xscripts/licensecheck.sh1
-rwxr-xr-xstrip-gplv3.configure1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/licensecheck.sh b/scripts/licensecheck.sh
index c8f53cf2..7e4c4b91 100755
--- a/scripts/licensecheck.sh
+++ b/scripts/licensecheck.sh
@@ -53,6 +53,7 @@ libtool \
m4 \
make \
nano \
+patch \
texinfo-tarball"
gplv3_repos=""
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index 8464487e..75143d08 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -46,6 +46,7 @@ class StripGPLv3ConfigureExtension(cliapp.Application):
['m4', ''],
['make', ''],
['nano', ''],
+ ['patch', ''],
['texinfo-tarball', ''],
]