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:18:51 +0000
commit88bfe1811e68d85b1914cd9a085e18fb918595b4 (patch)
tree5344925499806b9bb915e3770a3f2a91fab793cf /bitbake
parent2181825a62efd9fdc843f820076096a760409b2d (diff)
downloadpoky-88bfe1811e68d85b1914cd9a085e18fb918595b4.tar.gz
bitbake: tests/fetch: Update upstream master->main branchname transition
(Bitbake rev: 89fc9450abefd682266efcbfa031d1ef115ff1a7) 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 f7fe78b4ae..4702c99a7e 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -918,7 +918,7 @@ class FetcherNetworkTest(FetcherTest):
918 def test_git_submodule_dbus_broker(self): 918 def test_git_submodule_dbus_broker(self):
919 # The following external repositories have show failures in fetch and unpack operations 919 # The following external repositories have show failures in fetch and unpack operations
920 # We want to avoid regressions! 920 # We want to avoid regressions!
921 url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2" 921 url = "gitsm://github.com/bus1/dbus-broker;protocol=git;rev=fc874afa0992d0c75ec25acb43d344679f0ee7d2;branch=main"
922 fetcher = bb.fetch.Fetch([url], self.d) 922 fetcher = bb.fetch.Fetch([url], self.d)
923 fetcher.download() 923 fetcher.download()
924 # Previous cwd has been deleted 924 # Previous cwd has been deleted