bitbake: fetch2/gitsm: fix a typo

'qbareclone' in place of 'bareclone'

(Bitbake rev: 90a3181f1397ae05862f4e89a9bbac606e74504e)

Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurent Bonnans
2018-10-01 16:52:12 +02:00
committed by Richard Purdie
parent 82f32d99f7
commit ccfb160ed6

View File

@@ -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