summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch2/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 82721c6cfa..12dabe3706 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -51,7 +51,7 @@ class Git(FetchMethod):
51 elif not ud.host: 51 elif not ud.host:
52 ud.proto = 'file' 52 ud.proto = 'file'
53 else: 53 else:
54 ud.proto = "rsync" 54 ud.proto = "git"
55 55
56 ud.nocheckout = False 56 ud.nocheckout = False
57 if 'nocheckout' in ud.parm: 57 if 'nocheckout' in ud.parm: