summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-22 22:44:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-22 22:45:34 +0100
commit2a05cec30512291f50d6a36451b4ebe4ac5594a8 (patch)
tree7b1543b3f78012d257d6cc1fd9c2dff01aad6080
parentcfe478f8d3d2817bf9d569695972485fc9b7d37c (diff)
downloadpoky-2a05cec30512291f50d6a36451b4ebe4ac5594a8.tar.gz
bitbake: tests/fetch2: Use our own git server for dtc test repo
(Bitbake rev: b4d819e8fb4f1193e0110bcf72ba698e8d94bac4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 5b70ee810f..f9225b2a30 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1180,7 +1180,7 @@ class FetchLatestVersionTest(FetcherTest):
1180 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") 1180 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "")
1181 : "1.0", 1181 : "1.0",
1182 # version pattern "pkg_name-vX.Y.Z" 1182 # version pattern "pkg_name-vX.Y.Z"
1183 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") 1183 ("dtc", "git://git.yoctoproject.org/bbfetchtests-dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "")
1184 : "1.4.0", 1184 : "1.4.0",
1185 # combination version pattern 1185 # combination version pattern
1186 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") 1186 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "")