summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch2/gitsm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py
index 0a982da9c6..dbfa3a4f73 100644
--- a/bitbake/lib/bb/fetch2/gitsm.py
+++ b/bitbake/lib/bb/fetch2/gitsm.py
@@ -92,7 +92,7 @@ class GitSM(Git):
92 url = uris[module].replace('%s:' % proto, 'gitsm:', 1) 92 url = uris[module].replace('%s:' % proto, 'gitsm:', 1)
93 url += ';protocol=%s' % proto 93 url += ';protocol=%s' % proto
94 url += ";name=%s" % module 94 url += ";name=%s" % module
95 url += ";bareclone=1;nocheckout=1" 95 url += ";bareclone=1;nocheckout=1;nobranch=1"
96 96
97 ld = d.createCopy() 97 ld = d.createCopy()
98 # Not necessary to set SRC_URI, since we're passing the URI to 98 # Not necessary to set SRC_URI, since we're passing the URI to