[PATCH 2/2] windows: Use GNU tar to unpack source

chrisj at rtems.org chrisj at rtems.org
Mon Feb 10 20:50:29 UTC 2020


From: Chris Johns <chrisj at rtems.org>

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



More information about the devel mailing list