summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-08-15 15:20:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-13 16:19:46 +0100
commit8c69f7d56cbd496aa01ba0738675a170826a536b (patch)
treee5568da5ecddc10fabeda2c3c11f4cf250edf836 /bitbake
parentaad7166704021d82ad3a5ec468552f8f10360d41 (diff)
downloadpoky-8c69f7d56cbd496aa01ba0738675a170826a536b.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: e64564bcaa7331f505baa5209fef1f50dfda1469) 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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 4ba688bfea..abf08b2711 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -767,7 +767,6 @@ class FetchLatestVersionTest(FetcherTest):
767 767
768class FetchCheckStatusTest(FetcherTest): 768class FetchCheckStatusTest(FetcherTest):
769 test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", 769 test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2",
770 "http://www.cups.org/software/ipptool/ipptool-20130731-linux-ubuntu-i686.tar.gz",
771 "http://www.cups.org/", 770 "http://www.cups.org/",
772 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", 771 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
773 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", 772 "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",