Changeset 824f57c in rtems-source-builder


Ignore:
Timestamp:
10/26/15 04:38:39 (8 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.9, 5, master
Children:
32c7d4c
Parents:
2cd8aee
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source-builder/sb/freebsd.py

    r2cd8aee r824f57c  
    6464        '__git':            ('exe',     'required', '/usr/local/bin/git'),
    6565        '__svn':            ('exe',     'required', '/usr/local/bin/svn'),
     66        '__unzip':          ('exe',     'optional', '/usr/local/bin/unzip'),
    6667        '__xz':             ('exe',     'optional', '/usr/bin/xz'),
    6768        '__make':           ('exe',     'required', 'gmake'),
Note: See TracChangeset for help on using the changeset viewer.