summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
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:24 +0100
commit8c5ecd2e216f2cddfc601df3f79b45cbfcefb5ef (patch)
tree9c9e49b0995e1d07c6d23caf2d456f0cf1276af7 /bitbake/lib/bb/tests/fetch.py
parent48587b5e638f54737d80c008ca0eb3fcdad4e339 (diff)
downloadpoky-8c5ecd2e216f2cddfc601df3f79b45cbfcefb5ef.tar.gz
bitbake: tests/fetch2: Use our own git server for dtc test repo
(Bitbake rev: 36f6dce1b21a7d9f39a73f081395c71045960318) 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 c637a29632..af292a2163 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1253,7 +1253,7 @@ class FetchLatestVersionTest(FetcherTest):
1253 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "") 1253 ("presentproto", "git://git.yoctoproject.org/bbfetchtests-presentproto", "24f3a56e541b0a9e6c6ee76081f441221a120ef9", "")
1254 : "1.0", 1254 : "1.0",
1255 # version pattern "pkg_name-vX.Y.Z" 1255 # version pattern "pkg_name-vX.Y.Z"
1256 ("dtc", "git://git.qemu.org/dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "") 1256 ("dtc", "git://git.yoctoproject.org/bbfetchtests-dtc.git", "65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf", "")
1257 : "1.4.0", 1257 : "1.4.0",
1258 # combination version pattern 1258 # combination version pattern
1259 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "") 1259 ("sysprof", "git://gitlab.gnome.org/GNOME/sysprof.git;protocol=https", "cd44ee6644c3641507fb53b8a2a69137f2971219", "")