[bitbake-devel] [PATCH] fetch2: Allow GIT_SMART_HTTP to be passed through

Liam R. Howlett Liam.Howlett at windriver.com
Fri May 15 15:56:24 UTC 2015


Allow GIT_SMART_HTTP to be passed through to the fetch command so that
servers that cannot use GIT_SMART_HTTP can be used by the fetcher.

Signed-off-by: Liam R. Howlett <Liam.Howlett at WindRiver.com>
---
 lib/bb/fetch2/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 68f65a9..a40a88b 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/lib/bb/fetch2/__init__.py
@@ -795,6 +795,7 @@ def runfetchcmd(cmd, d, quiet = False, cleanup = []):
                   'ALL_PROXY', 'all_proxy',
                   'GIT_PROXY_COMMAND',
                   'GIT_SSL_CAINFO',
+                  'GIT_SMART_HTTP',
                   'SSH_AUTH_SOCK', 'SSH_AGENT_PID',
                   'SOCKS5_USER', 'SOCKS5_PASSWD']
 
-- 
2.1.1




More information about the bitbake-devel mailing list