From 5a92849288c4132d9b16b2c0690318fc5bfe08b6 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Wed, 19 Jun 2013 11:21:51 +0100 Subject: Add nano to the list of chunks to be stripped from GENIVI --- strip-gplv3.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strip-gplv3.configure') diff --git a/strip-gplv3.configure b/strip-gplv3.configure index 26ad3e27..1e245830 100755 --- a/strip-gplv3.configure +++ b/strip-gplv3.configure @@ -28,7 +28,7 @@ import json class StripGPLv3ConfigureExtension(cliapp.Application): gplv3_chunks = ['autoconf', 'bash', 'binutils', 'bison', 'ccache', 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'm4', - 'make', 'texinfo-tarball'] + 'make', 'nano', 'texinfo-tarball'] def process_args(self, args): target_root = args[0] -- cgit v1.2.1