summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-10-26 15:38:39 +1100
committerChris Johns <chrisj@rtems.org>2015-10-26 15:38:39 +1100
commit824f57c613368e66cad49c6d4c2fc1fc60244145 (patch)
tree858ee87e2424fbcd37ff62faa849f60b72847c3e
parent4.11/rtems-all.bset: Add epiphany and h8300 (diff)
downloadrtems-source-builder-824f57c613368e66cad49c6d4c2fc1fc60244145.tar.bz2
sb: Only use /usr/local/bin/unzip on FreeBSD.
The base package version is broken and does not unzip all files in a zip file cleanly.
-rw-r--r--source-builder/sb/freebsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py
index 0c00edd..952463f 100644
--- a/source-builder/sb/freebsd.py
+++ b/source-builder/sb/freebsd.py
@@ -63,6 +63,7 @@ def load():
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
'__git': ('exe', 'required', '/usr/local/bin/git'),
'__svn': ('exe', 'required', '/usr/local/bin/svn'),
+ '__unzip': ('exe', 'optional', '/usr/local/bin/unzip'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake'),
'__patch_opts': ('none', 'none', '-E')