diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-21 12:41:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-09 11:10:58 +0100 |
commit | 4d03d1880f8467faac8b77d958fbdc873e386f36 (patch) | |
tree | 606667f8b7ebd32584dd8503d004f1048d2ab5e2 /bitbake/lib/bb/tests | |
parent | 9b9b8285be367a889d46ff12fa7b85e1cac149c8 (diff) | |
download | poky-4d03d1880f8467faac8b77d958fbdc873e386f36.tar.gz |
bitbake: bb/tests/fetch: Update cups url
Update the upstream url used for testing cups versions after upstream website
changes.
(Bitbake rev: 27ae1b39c400cf7edbd6902ff050a39147d64217)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index d56ef49948..262936139f 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -618,8 +618,8 @@ class FetchMethodTest(FetcherTest): | |||
618 | : "5.0", | 618 | : "5.0", |
619 | ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "") | 619 | ("xserver-xorg", "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.1.tar.bz2", "", "") |
620 | : "1.15.1", | 620 | : "1.15.1", |
621 | # packages with valid REGEX_URI and REGEX | 621 | # packages with valid UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX |
622 | ("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") | 622 | ("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") |
623 | : "2.0.0", | 623 | : "2.0.0", |
624 | ("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") | 624 | ("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") |
625 | : "6.1.19", | 625 | : "6.1.19", |