mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball
Some of the selftests failed over the weekend with "access denied" errors fetching this tarball. Instead of relying on upstream when fetching the tarball, use the Yocto source mirrors instead. (From OE-Core rev: 988e0ff4131f46dfed14516ff5f61d72b9fb6941) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2703d3ab2d
commit
89c09260ed
@@ -269,7 +269,7 @@ class DevtoolAddTests(DevtoolBase):
|
||||
self.track_for_cleanup(tempdir)
|
||||
pn = 'pv'
|
||||
pv = '1.5.3'
|
||||
url = 'http://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2'
|
||||
url = 'http://downloads.yoctoproject.org/mirror/sources/pv-1.5.3.tar.bz2'
|
||||
result = runCmd('wget %s' % url, cwd=tempdir)
|
||||
result = runCmd('tar xfv %s' % os.path.basename(url), cwd=tempdir)
|
||||
srcdir = os.path.join(tempdir, '%s-%s' % (pn, pv))
|
||||
|
||||
Reference in New Issue
Block a user