From: Laurent Bonnans Date: Mon, 1 Oct 2018 14:52:12 +0000 (+0200) Subject: bitbake: fetch2/gitsm: fix a typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccfb160ed6ce64148cdc7b2f95d7a65cdd1a2f16;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: fetch2/gitsm: fix a typo 'qbareclone' in place of 'bareclone' (Bitbake rev: 90a3181f1397ae05862f4e89a9bbac606e74504e) Signed-off-by: Laurent Bonnans Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 51f8d0e68ce..0cdc8301d1d 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