diff options
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index dc45eb2e13..6b77afe5f1 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -1346,6 +1346,12 @@ class FetchLatestVersionTest(FetcherTest): | |||
1346 | # http://ftp.debian.org/debian/pool/main/d/db5.3/ | 1346 | # http://ftp.debian.org/debian/pool/main/d/db5.3/ |
1347 | ("db", "/berkeley-db/db-5.3.21.tar.gz", "/debian/pool/main/d/db5.3/", r"(?P<name>db5\.3_)(?P<pver>\d+(\.\d+)+).+\.orig\.tar\.xz") | 1347 | ("db", "/berkeley-db/db-5.3.21.tar.gz", "/debian/pool/main/d/db5.3/", r"(?P<name>db5\.3_)(?P<pver>\d+(\.\d+)+).+\.orig\.tar\.xz") |
1348 | : "5.3.10", | 1348 | : "5.3.10", |
1349 | # | ||
1350 | # packages where the tarball compression changed in the new version | ||
1351 | # | ||
1352 | # http://ftp.debian.org/debian/pool/main/m/minicom/minicom_2.7.1.orig.tar.gz | ||
1353 | ("minicom", "/debian/pool/main/m/minicom/minicom_2.7.1.orig.tar.gz", "", "") | ||
1354 | : "2.8", | ||
1349 | } | 1355 | } |
1350 | 1356 | ||
1351 | @skipIfNoNetwork() | 1357 | @skipIfNoNetwork() |