summaryrefslogtreecommitdiffstats
path: root/bitbake
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 23:00:24 +0100
commitccfb160ed6ce64148cdc7b2f95d7a65cdd1a2f16 (patch)
tree96ebd5b17b59b243229275ccc00f140edec77786 /bitbake
parent82f32d99f761c346015e1010038ca7e989b2d0c1 (diff)
downloadpoky-ccfb160ed6ce64148cdc7b2f95d7a65cdd1a2f16.tar.gz
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>
Diffstat (limited to 'bitbake')
-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 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