summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 17:26:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-29 10:44:26 +0100
commitb0ede5088b2f4338ea5faf5db46d67eb1c7e8243 (patch)
tree4e009ea7ab6f0ceda8c28f715ad9e2128d4f2533
parent2535349363f20dddba4e9b495f52a9866d3587bf (diff)
downloadpoky-b0ede5088b2f4338ea5faf5db46d67eb1c7e8243.tar.gz
bitbake: tests/fetch: Update gnome.org urls after upstream changes
(Bitbake rev: 98b8ea103390d5bc3583efb2e72dbac6529822a5) 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 5a8d892855..670c1e8292 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -740,12 +740,12 @@ class FetchLatestVersionTest(FetcherTest):
740 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") 740 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "")
741 : "1.4.0", 741 : "1.4.0",
742 # combination version pattern 742 # combination version pattern
743 ("sysprof", "git://git.gnome.org/sysprof", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") 743 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "")
744 : "1.2.0", 744 : "1.2.0",
745 ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "") 745 ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "")
746 : "2014.01", 746 : "2014.01",
747 # version pattern "yyyymmdd" 747 # version pattern "yyyymmdd"
748 ("mobile-broadband-provider-info", "git://git.gnome.org/mobile-broadband-provider-info", "4ed19e11c2975105b71b956440acdb25d46a347d", "") 748 ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info;protocol=https", "4ed19e11c2975105b71b956440acdb25d46a347d", "")
749 : "20120614", 749 : "20120614",
750 # packages with a valid UPSTREAM_CHECK_GITTAGREGEX 750 # packages with a valid UPSTREAM_CHECK_GITTAGREGEX
751 ("xf86-video-omap", "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap", "ae0394e687f1a77e966cf72f895da91840dffb8f", "(?P<pver>(\d+\.(\d\.?)*))") 751 ("xf86-video-omap", "git://anongit.freedesktop.org/xorg/driver/xf86-video-omap", "ae0394e687f1a77e966cf72f895da91840dffb8f", "(?P<pver>(\d+\.(\d\.?)*))")