summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/bbtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/bbtests.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/bbtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py
index d4f6a08991..e659be5341 100644
--- a/meta/lib/oeqa/selftest/cases/bbtests.py
+++ b/meta/lib/oeqa/selftest/cases/bbtests.py
@@ -157,7 +157,7 @@ SSTATE_DIR = \"${TOPDIR}/download-selftest\"
157""") 157""")
158 self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) 158 self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))
159 159
160 data = 'SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz;downloadfilename=test-aspell.tar.gz"' 160 data = 'SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/aspell-${PV}.tar.gz;downloadfilename=test-aspell.tar.gz"'
161 self.write_recipeinc('aspell', data) 161 self.write_recipeinc('aspell', data)
162 result = bitbake('-f -c fetch aspell', ignore_status=True) 162 result = bitbake('-f -c fetch aspell', ignore_status=True)
163 self.delete_recipeinc('aspell') 163 self.delete_recipeinc('aspell')