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:39 +0100
commit2a3e232acf119911fbde4f5f5482adc2a7a3f1e2 (patch)
tree8b06d36b685bac291d4785b9c5a1a626ea7d22d5 /bitbake
parent0f0682a1fe234d21ebd1e99838d4529b1a33b57b (diff)
downloadpoky-2a3e232acf119911fbde4f5f5482adc2a7a3f1e2.tar.gz
bitbake: tests/fetch2: Use our own git server for dtc test repo
(Bitbake rev: 19c5605b72e25e06f5ea57bcc1672650e7978a7f) 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 b921a952e4..53bfc2ad68 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1242,7 +1242,7 @@ class FetchLatestVersionTest(FetcherTest):
1242 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") 1242 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "")
1243 : "1.0", 1243 : "1.0",
1244 # version pattern "pkg_name-vX.Y.Z" 1244 # version pattern "pkg_name-vX.Y.Z"
1245 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") 1245 ("dtc", "git://git.yoctoproject.org/bbfetchtests-dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "")
1246 : "1.4.0", 1246 : "1.4.0",
1247 # combination version pattern 1247 # combination version pattern
1248 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") 1248 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "")