summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-05 18:33:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-05 18:33:42 +0100
commitb6b66ca07b2d7ea74c4aa61e9eec1cc7cb7f05ed (patch)
tree3f9f98199e4ad44fa6b2e74ebc79a6e606c7256b /bitbake/lib/bb/tests/fetch.py
parent7040223b09a69e9249c396a2ec94c93c58e41aa7 (diff)
downloadpoky-b6b66ca07b2d7ea74c4aa61e9eec1cc7cb7f05ed.tar.gz
bitbake: tests/fetch: Tweak test to match upstream repo url change
Upstream changed their urls, update our test to match. (Bitbake rev: dc391b86540ec5e0a0f1d811c776a22d443b1c06) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 1e55cdd299..701129d138 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1429,7 +1429,7 @@ class FetchLatestVersionTest(FetcherTest):
1429 # combination version pattern 1429 # combination version pattern
1430 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "", "") 1430 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https;branch=master", "cd44ee6644c3641507fb53b8a2a69137f2971219", "", "")
1431 : "1.2.0", 1431 : "1.2.0",
1432 ("u-boot-mkimage", "git://git.denx.de/u-boot.git;branch=master;protocol=git", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "", "") 1432 ("u-boot-mkimage", "git://source.denx.de/u-boot/u-boot.git;branch=master;protocol=https", "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c", "", "")
1433 : "2014.01", 1433 : "2014.01",
1434 # version pattern "yyyymmdd" 1434 # version pattern "yyyymmdd"
1435 ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "", "") 1435 ("mobile-broadband-provider-info", "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master", "4ed19e11c2975105b71b956440acdb25d46a347d", "", "")