summaryrefslogtreecommitdiffstats
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:11:51 +0000
commitd22cc1e587c650fd5f90cda32f5720f8a3105aac (patch)
treec9d90c7b06c2099b9f73023ba37644d5019846d5
parentbe6ecc160ac4a8d9715257b9b955363cecc081ea (diff)
downloadbitbake-d22cc1e587c650fd5f90cda32f5720f8a3105aac.tar.gz
tests/fetch: Handle upstream master -> main branch changeyocto-3.1.152020-04.15-dunfell1.46.15
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 44dc0945a..301c46839 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -991,7 +991,7 @@ class FetcherNetworkTest(FetcherTest):
""" Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
# This repository also has submodules where the module (name), path and url do not align
- url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699"
+ url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
fetcher = bb.fetch.Fetch([url], self.d)
fetcher.download()
# Previous cwd has been deleted