summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:10:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:12:29 +0000
commit68361809978f58933434b306212edb3d3a8b3165 (patch)
tree830bb5fa387e71a1275910b01d92addde272dbb7 /bitbake
parent3d5dd4dd8d66650615a01cd210ff101daa60c0df (diff)
downloadpoky-68361809978f58933434b306212edb3d3a8b3165.tar.gz
bitbake: tests/fetch: Handle upstream master -> main branch change
(Bitbake rev: d22cc1e587c650fd5f90cda32f5720f8a3105aac) 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 44dc0945a0..301c468399 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -991,7 +991,7 @@ class FetcherNetworkTest(FetcherTest):
991 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ 991 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
992 992
993 # This repository also has submodules where the module (name), path and url do not align 993 # This repository also has submodules where the module (name), path and url do not align
994 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699" 994 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
995 fetcher = bb.fetch.Fetch([url], self.d) 995 fetcher = bb.fetch.Fetch([url], self.d)
996 fetcher.download() 996 fetcher.download()
997 # Previous cwd has been deleted 997 # Previous cwd has been deleted