From 5af32563a031ab9a74585d2d5dfa22bfc4d5fd51 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 19 Jun 2013 12:21:10 +0100 Subject: Add more chunks to be stripped from GENIVI --- strip-gplv3.configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strip-gplv3.configure') diff --git a/strip-gplv3.configure b/strip-gplv3.configure index 1e245830..bc9935ab 100755 --- a/strip-gplv3.configure +++ b/strip-gplv3.configure @@ -26,8 +26,8 @@ import os import json class StripGPLv3ConfigureExtension(cliapp.Application): - gplv3_chunks = ['autoconf', 'bash', 'binutils', 'bison', 'ccache', - 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'm4', + gplv3_chunks = ['autoconf', 'automake', 'bash', 'binutils', 'bison', 'ccache', 'cmake', + 'flex', 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'libtool', 'm4', 'make', 'nano', 'texinfo-tarball'] def process_args(self, args): -- cgit v1.2.1