diff options
Diffstat (limited to 'meta/lib/oeqa/sdk/cases/autotools.py')
-rw-r--r-- | meta/lib/oeqa/sdk/cases/autotools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/autotools.py b/meta/lib/oeqa/sdk/cases/autotools.py index 3f51854e3d..ecafafa7d6 100644 --- a/meta/lib/oeqa/sdk/cases/autotools.py +++ b/meta/lib/oeqa/sdk/cases/autotools.py | |||
@@ -27,7 +27,7 @@ class AutotoolsTest(OESDKTestCase): | |||
27 | pmv = parallel_make_value((self.td.get('PARALLEL_MAKE') or '').split()) | 27 | pmv = parallel_make_value((self.td.get('PARALLEL_MAKE') or '').split()) |
28 | 28 | ||
29 | with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir: | 29 | with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir: |
30 | tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz") | 30 | tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftpmirror.gnu.org/gnu/cpio/cpio-2.15.tar.gz") |
31 | 31 | ||
32 | opts = {} | 32 | opts = {} |
33 | opts["source"] = os.path.join(testdir, "cpio-2.15") | 33 | opts["source"] = os.path.join(testdir, "cpio-2.15") |