summaryrefslogtreecommitdiffstats
path: root/bitbake
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:12:24 +0000
commitb228df2e21ef9a6beabd5495194e01740d72da02 (patch)
tree9be36985e88cc149e7c371a8899100f8db9377f1 /bitbake
parent4947c6a82011b4badd9fa6b5b12f20c78a1cce7c (diff)
downloadpoky-b228df2e21ef9a6beabd5495194e01740d72da02.tar.gz
bitbake: tests/fetch: Handle upstream master -> main branch change
(Bitbake rev: 1428128c787642dca690a7d51f2be793e001ae37) 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 34f3a4f6a9..b597438729 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1079,7 +1079,7 @@ class FetcherNetworkTest(FetcherTest):
1079 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ 1079 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
1080 1080
1081 # This repository also has submodules where the module (name), path and url do not align 1081 # This repository also has submodules where the module (name), path and url do not align
1082 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699" 1082 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
1083 fetcher = bb.fetch.Fetch([url], self.d) 1083 fetcher = bb.fetch.Fetch([url], self.d)
1084 fetcher.download() 1084 fetcher.download()
1085 # Previous cwd has been deleted 1085 # Previous cwd has been deleted