From 524417d587712fdb2a997210f0cbaa1a96752dfd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 16 Sep 2016 16:36:43 -0700 Subject: 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: ed890c3b54a98ff269cea4e35d246f3b3c0b6ba9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 4b50895fb3462b21e3874a2e99c363c8d05e89e6) Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- bitbake/lib/bb/tests/fetch.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 73eba8ca43..7a08be0f49 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py @@ -726,7 +726,6 @@ class FetchLatestVersionTest(FetcherTest): class FetchCheckStatusTest(FetcherTest): test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", - "http://www.cups.org/software/ipptool/ipptool-20130731-linux-ubuntu-i686.tar.gz", "http://www.cups.org/", "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", -- cgit v1.2.3-54-g00ecf