mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
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:
committed by
Richard Purdie
parent
82f32d99f7
commit
ccfb160ed6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user