aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/gitsm.py
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-10-01 16:52:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-04 14:33:53 +0100
commit90a3181f1397ae05862f4e89a9bbac606e74504e (patch)
tree98d0b5db0e8ca6d447db42b1eb9be0747215608a /lib/bb/fetch2/gitsm.py
parent086eddcf8c7520ff5c52ce2a11ca9bf5b5fe5d7e (diff)
downloadbitbake-contrib-90a3181f1397ae05862f4e89a9bbac606e74504e.tar.gz
fetch2/gitsm: fix a typo
'qbareclone' in place of 'bareclone' Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2/gitsm.py')
-rw-r--r--lib/bb/fetch2/gitsm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/gitsm.py b/lib/bb/fetch2/gitsm.py
index 51f8d0e68..0cdc8301d 100644
--- a/lib/bb/fetch2/gitsm.py
+++ b/lib/bb/fetch2/gitsm.py
@@ -78,7 +78,7 @@ class GitSM(Git):
url = uris[module].replace('%s:' % proto, 'gitsm:', 1)
url += ';protocol=%s' % proto
url += ";name=%s" % module
- url += ";qbareclone=1;nocheckout=1"
+ url += ";bareclone=1;nocheckout=1"
ld = d.createCopy()
# Not necessary to set SRC_URI, since we're passing the URI to