aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:08:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 18:10:08 +0000
commit3603da4b5c4b7cbb29f93a1b8374198ee82e18eb (patch)
tree40d2e674dc5a552e93e2d9b38e202c243d6813f2 /lib/bb
parentaaa7f7af23d5f89fe4a5ed48c57ea3dfca07c79d (diff)
downloadbitbake-3603da4b5c4b7cbb29f93a1b8374198ee82e18eb.tar.gz
tests/fetch: Handle upstream master -> main branch change
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb')
-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 3b64584da..19ea725ac 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1059,7 +1059,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