summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:02:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-26 22:06:37 +0000
commit68cb0075c5ba698dfab9074f50acfdd5b97f9a93 (patch)
treeec860ae367d7550ed26abc6984aa080f3e4f284d /bitbake
parent577eadd37353222627f94691fe4a7cd274a26999 (diff)
downloadpoky-68cb0075c5ba698dfab9074f50acfdd5b97f9a93.tar.gz
bitbake: tests/fetch: Update upstream master->main branchname transition
(Bitbake rev: 8b9471e02528320f6ef8d35840b5618883e85447) 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 5a4db9ca4c..da17d7f281 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -923,7 +923,7 @@ class FetcherNetworkTest(FetcherTest):
923 def test_git_submodule_dbus_broker(self): 923 def test_git_submodule_dbus_broker(self):
924 # The following external repositories have show failures in fetch and unpack operations 924 # The following external repositories have show failures in fetch and unpack operations
925 # We want to avoid regressions! 925 # We want to avoid regressions!
926 url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2" 926 url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2;branch=main"
927 fetcher = bb.fetch.Fetch([url], self.d) 927 fetcher = bb.fetch.Fetch([url], self.d)
928 fetcher.download() 928 fetcher.download()
929 # Previous cwd has been deleted 929 # Previous cwd has been deleted