[bitbake-devel] [PATCH 1/3] fetch2/gitsm: fix a typo

Laurent Bonnans laurent.bonnans at here.com
Mon Oct 1 14:52:12 UTC 2018


'qbareclone' in place of 'bareclone'

Signed-off-by: Laurent Bonnans <laurent.bonnans at here.com>
---
 lib/bb/fetch2/gitsm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/fetch2/gitsm.py b/lib/bb/fetch2/gitsm.py
index 51f8d0e6..0cdc8301 100644
--- a/lib/bb/fetch2/gitsm.py
+++ b/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
-- 
2.19.0



More information about the bitbake-devel mailing list