summaryrefslogtreecommitdiff
path: root/strip-gplv3.configure
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-24 11:51:56 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-24 11:51:56 +0000
commitd5e7d616c1728fbc9d9bf212af324b913dda52dc (patch)
tree6ca564ce842678570f0c8e710c17302895d37c9c /strip-gplv3.configure
parent7bf8bd3961b2f5a47071e9c28827089e1fc50f15 (diff)
parentefdf545d5e56b4b00f12d0bd0eb080247fdcebc6 (diff)
downloaddefinitions-d5e7d616c1728fbc9d9bf212af324b913dda52dc.tar.gz
Merge branch 'baserock/pedroalvarez/genivi-baseline'
Reviewed by: Daniel Silverstone Reviewed by: Lars Wirzenius
Diffstat (limited to 'strip-gplv3.configure')
-rwxr-xr-xstrip-gplv3.configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index 5be060bf..8464487e 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -60,7 +60,6 @@ class StripGPLv3ConfigureExtension(cliapp.Application):
for artifact in artifacts.split():
self.remove_chunk(target_root, artifact, chunk[1])
- os.remove(os.path.join(target_root, 'usr', 'bin', 'awk'))
os.symlink(os.path.join(os.sep, 'bin', 'busybox'),
os.path.join(target_root, 'usr', 'bin', 'awk'))