summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-16 16:36:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 23:19:42 +0100
commit0a9e04cade5ea897ac3f95950f01b151bd2fe8db (patch)
treeb910932d94757aa78b69a23128f82c321f2e4142
parent37eb21b2b1d5977a028a448e52551607fae99bf7 (diff)
downloadpoky-0a9e04cade5ea897ac3f95950f01b151bd2fe8db.tar.gz
bitbake: bb/tests/fetch: Update cups url
Update the upstream url used for testing cups versions after upstream website changes. minor fixup to apply (Bitbake rev: 79810903cf4141b8c1538975ed89cac553628edd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> [Bitbake upstream: 5f06041d4936fc22297945bbbad7020bfa9083c6 ] Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/bb/tests/fetch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 94173c14a8..73eba8ca43 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -692,8 +692,8 @@ class FetchLatestVersionTest(FetcherTest):
692 : "5.0", 692 : "5.0",
693 ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "") 693 ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "")
694 : "1.15.1", 694 : "1.15.1",
695 # packages with valid REGEX_URI and REGEX 695 # packages with valid UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
696 ("cups", "http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", "http://www.cups.org/software.php", "(?P<name>cups\-)(?P<pver>((\d+[\.\-_]*)+))\-source\.tar\.gz") 696 ("cups", "http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2", "https://github.com/apple/cups/releases", "(?P<name>cups\-)(?P<pver>((\d+[\.\-_]*)+))\-source\.tar\.gz")
697 : "2.0.0", 697 : "2.0.0",
698 ("db", "http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz", "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html", "http://download.oracle.com/otn/berkeley-db/(?P<name>db-)(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz") 698 ("db", "http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz", "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html", "http://download.oracle.com/otn/berkeley-db/(?P<name>db-)(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz")
699 : "6.1.19", 699 : "6.1.19",