summaryrefslogtreecommitdiffstats
path: root/bitbake
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:29 +0100
commit2bd92c7e47727e9370359857cd32f1d28345ac2b (patch)
tree9b0266b5cc132a67a26ccebf09e1469e114f2f81 /bitbake
parent74b22db6879b388d700f61e08cb3f239cf940d18 (diff)
downloadpoky-2bd92c7e47727e9370359857cd32f1d28345ac2b.tar.gz
bitbake: tests/fetch2: Use our own git server for dtc test repo
(Bitbake rev: 3c1799b2576f80b6dcb310e03f77105a58b9fa8e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 6300f563f2..a07879529d 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1178,7 +1178,7 @@ class FetchLatestVersionTest(FetcherTest):
1178 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") 1178 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "")
1179 : "1.0", 1179 : "1.0",
1180 # version pattern "pkg_name-vX.Y.Z" 1180 # version pattern "pkg_name-vX.Y.Z"
1181 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") 1181 ("dtc", "git://git.yoctoproject.org/bbfetchtests-dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "")
1182 : "1.4.0", 1182 : "1.4.0",
1183 # combination version pattern 1183 # combination version pattern
1184 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") 1184 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "")