summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 7a08be0f49..3b74de0d70 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -737,6 +737,8 @@ class FetchCheckStatusTest(FetcherTest):
737 "ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz", 737 "ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz",
738 "ftp://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz", 738 "ftp://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz",
739 "ftp://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz", 739 "ftp://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz",
740 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD
741 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz"
740 ] 742 ]
741 743
742 if os.environ.get("BB_SKIP_NETTESTS") == "yes": 744 if os.environ.get("BB_SKIP_NETTESTS") == "yes":