diff options
author | Ross Burton <ross.burton@intel.com> | 2016-08-15 15:20:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:22:58 +0100 |
commit | 407ba77fe2e2726db0525d84961df7d7f726446c (patch) | |
tree | 8ed2c2f03ed0cafc29e1e19f49851a55759b92e6 /bitbake | |
parent | 40b655db22f3ba27ff38e59acb657776e18e2db2 (diff) | |
download | poky-407ba77fe2e2726db0525d84961df7d7f726446c.tar.gz |
bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore
The CUPS ipptool URL we were checking now redirects to github where the tarball
isn't present, so remove it from the test suite.
(Bitbake rev: 4b50895fb3462b21e3874a2e99c363c8d05e89e6)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 5ff156ccdd..272078f2b3 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -768,7 +768,6 @@ class FetchLatestVersionTest(FetcherTest): | |||
768 | 768 | ||
769 | class FetchCheckStatusTest(FetcherTest): | 769 | class FetchCheckStatusTest(FetcherTest): |
770 | test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", | 770 | test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", |
771 | "http://www.cups.org/software/ipptool/ipptool-20130731-linux-ubuntu-i686.tar.gz", | ||
772 | "http://www.cups.org/", | 771 | "http://www.cups.org/", |
773 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", | 772 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", |
774 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", | 773 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", |