diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-21 12:41:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-21 12:43:12 +0000 |
commit | 8037ba4d86a65ee296cfdcee736dfd614c568818 (patch) | |
tree | a10cdbe1aebde1589825ba7830a37dc990dc86e5 /bitbake | |
parent | dab6d59e4781ef252e9d3aef187a314cc21d40a1 (diff) | |
download | poky-8037ba4d86a65ee296cfdcee736dfd614c568818.tar.gz |
bitbake: bb/tests/fetch: Update cups url
Update the upstream url used for testing cups versions after upstream website
changes.
(Bitbake rev: 5f06041d4936fc22297945bbbad7020bfa9083c6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index f6b11d51ea..29d8999bdd 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -727,7 +727,7 @@ class FetchLatestVersionTest(FetcherTest): | |||
727 | ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "") | 727 | ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "") |
728 | : "1.15.1", | 728 | : "1.15.1", |
729 | # packages with valid UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX | 729 | # packages with valid UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX |
730 | ("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") | 730 | ("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") |
731 | : "2.0.0", | 731 | : "2.0.0", |
732 | ("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") | 732 | ("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") |
733 | : "6.1.19", | 733 | : "6.1.19", |