From ccfb160ed6ce64148cdc7b2f95d7a65cdd1a2f16 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Mon, 1 Oct 2018 16:52:12 +0200 Subject: bitbake: fetch2/gitsm: fix a typo 'qbareclone' in place of 'bareclone' (Bitbake rev: 90a3181f1397ae05862f4e89a9bbac606e74504e) Signed-off-by: Laurent Bonnans Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/gitsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2') 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): 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 -- cgit v1.2.3-54-g00ecf