[rtems-source-builder commit] windows: Use GNU tar to unpack source

Chris Johns chrisj at rtems.org
Wed Feb 12 03:48:54 UTC 2020


Module:    rtems-source-builder
Branch:    master
Commit:    22135c9a7612401ef531e663419afced0dab7622
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=22135c9a7612401ef531e663419afced0dab7622

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Feb 11 07:54:04 2020 +1100

windows: Use GNU tar to unpack source

- The bsdtar command does not handle symlinks cleanly, GNU tar does

Closes #3868

---

 source-builder/sb/windows.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'),



More information about the vc mailing list