[oe-commits] [bitbake] 04/11: fetch2/gitsm: fix a typo

git at git.openembedded.org git at git.openembedded.org
Thu Oct 4 13:29:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 146b87b337781bf9b37f4a4810ec7d90ed7ec9ec
Author: Laurent Bonnans <laurent.bonnans at here.com>
AuthorDate: Mon Oct 1 16:52:12 2018 +0200

    fetch2/gitsm: fix a typo
    
    'qbareclone' in place of 'bareclone'
    
    Signed-off-by: Laurent Bonnans <laurent.bonnans at here.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 51f8d0e..0cdc830 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list