diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/fetch2/gitsm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 51f8d0e68c..0cdc8301d1 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py | |||
@@ -78,7 +78,7 @@ class GitSM(Git): | |||
78 | url = uris[module].replace('%s:' % proto, 'gitsm:', 1) | 78 | url = uris[module].replace('%s:' % proto, 'gitsm:', 1) |
79 | url += ';protocol=%s' % proto | 79 | url += ';protocol=%s' % proto |
80 | url += ";name=%s" % module | 80 | url += ";name=%s" % module |
81 | url += ";qbareclone=1;nocheckout=1" | 81 | url += ";bareclone=1;nocheckout=1" |
82 | 82 | ||
83 | ld = d.createCopy() | 83 | ld = d.createCopy() |
84 | # Not necessary to set SRC_URI, since we're passing the URI to | 84 | # Not necessary to set SRC_URI, since we're passing the URI to |