diff options
author | Ross Burton <ross.burton@intel.com> | 2016-09-16 16:36:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 23:19:42 +0100 |
commit | 524417d587712fdb2a997210f0cbaa1a96752dfd (patch) | |
tree | d254e175bb692f48b555138aee14df64e0271397 /bitbake/lib/bb/tests/fetch.py | |
parent | 0a9e04cade5ea897ac3f95950f01b151bd2fe8db (diff) | |
download | poky-524417d587712fdb2a997210f0cbaa1a96752dfd.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: ed890c3b54a98ff269cea4e35d246f3b3c0b6ba9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4b50895fb3462b21e3874a2e99c363c8d05e89e6)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-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 73eba8ca43..7a08be0f49 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -726,7 +726,6 @@ class FetchLatestVersionTest(FetcherTest): | |||
726 | 726 | ||
727 | class FetchCheckStatusTest(FetcherTest): | 727 | class FetchCheckStatusTest(FetcherTest): |
728 | test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", | 728 | test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", |
729 | "http://www.cups.org/software/ipptool/ipptool-20130731-linux-ubuntu-i686.tar.gz", | ||
730 | "http://www.cups.org/", | 729 | "http://www.cups.org/", |
731 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", | 730 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz", |
732 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", | 731 | "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz", |