diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 17:26:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-29 10:43:23 +0100 |
commit | 4434777705cf49300a7d2c9ca8fa3080d551d795 (patch) | |
tree | 1b390f30c58f35bf056974daef159f4afb487c32 /bitbake/lib/bb/tests | |
parent | c0d181dc93353cbe72e712f3f1c0e6ae6c50f5d2 (diff) | |
download | poky-4434777705cf49300a7d2c9ca8fa3080d551d795.tar.gz |
bitbake: tests/fetch: Update gnome.org urls after upstream changes
(Bitbake rev: 43ff74d675baed13fc17e1d12c0e013b16ba249b)
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 4af0ac550c..e1c856f117 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -867,12 +867,12 @@ class FetchLatestVersionTest(FetcherTest): | |||
867 | ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") | 867 | ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") |
868 | : "1.4.0", | 868 | : "1.4.0", |
869 | # combination version pattern | 869 | # combination version pattern |
870 | ("sysprof", "git://git.gnome.org/sysprof", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") | 870 | ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") |
871 | : "1.2.0", | 871 | : "1.2.0", |
872 | ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "") | 872 | ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "") |
873 | : "2014.01", | 873 | : "2014.01", |
874 | # version pattern "yyyymmdd" | 874 | # version pattern "yyyymmdd" |
875 | ("mobile-broadband-provider-info", "git://git.gnome.org/mobile-broadband-provider-info", "4ed19e11c2975105b71b956440acdb25d46a347d", "") | 875 | ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info;protocol=https", "4ed19e11c2975105b71b956440acdb25d46a347d", "") |
876 | : "20120614", | 876 | : "20120614", |
877 | # packages with a valid UPSTREAM_CHECK_GITTAGREGEX | 877 | # packages with a valid UPSTREAM_CHECK_GITTAGREGEX |
878 | ("xf86-video-omap", "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap", "ae0394e687f1a77e966cf72f895da91840dffb8f", "(?P<pver>(\d+\.(\d\.?)*))") | 878 | ("xf86-video-omap", "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap", "ae0394e687f1a77e966cf72f895da91840dffb8f", "(?P<pver>(\d+\.(\d\.?)*))") |