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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 0af06e46e5..ad3d4dea7d 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1401,6 +1401,9 @@ class FetchLatestVersionTest(FetcherTest):
1401 # http://www.cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz 1401 # http://www.cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz
1402 ("cmake", "/files/v2.8/cmake-2.8.12.1.tar.gz", "", "") 1402 ("cmake", "/files/v2.8/cmake-2.8.12.1.tar.gz", "", "")
1403 : "2.8.12.1", 1403 : "2.8.12.1",
1404 # https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz
1405 ("libxml2", "/software/libxml2/2.9/libxml2-2.9.14.tar.xz", "", "")
1406 : "2.10.3",
1404 # 1407 #
1405 # packages with versions only in current directory 1408 # packages with versions only in current directory
1406 # 1409 #