summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-02-11 07:54:04 +1100
committerChris Johns <chrisj@rtems.org>2020-02-12 14:41:14 +1100
commit22135c9a7612401ef531e663419afced0dab7622 (patch)
treecaa9f01e4a28892417cf28132681ca3295b49401
parentrtems/5: Update to gdb-9.1 (diff)
downloadrtems-source-builder-22135c9a7612401ef531e663419afced0dab7622.tar.bz2
windows: Use GNU tar to unpack source
- The bsdtar command does not handle symlinks cleanly, GNU tar does Closes #3868
-rw-r--r--source-builder/sb/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py
index 199a6b8..1eb51a0 100644
--- a/source-builder/sb/windows.py
+++ b/source-builder/sb/windows.py
@@ -127,7 +127,7 @@ def load():
'__rm': ('exe', 'required', 'rm'),
'__sed': ('exe', 'required', 'sed'),
'__sh': ('exe', 'required', 'sh'),
- '__tar': ('exe', 'required', 'bsdtar'),
+ '__tar': ('exe', 'required', 'tar'),
'__touch': ('exe', 'required', 'touch'),
'__unzip': ('exe', 'required', 'unzip'),
'__xz': ('exe', 'required', 'xz'),