summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
diff options
context:
space:
mode:
authorLiam R. Howlett <Liam.Howlett@windriver.com>2015-05-15 11:56:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:06:01 +0100
commite5c97a85bed0436d48eeaac2e32962cfb5371d2f (patch)
treebdb3c4fd27e43755dd29bc2829a735aa3c071c7f /lib/bb/fetch2/__init__.py
parent9f2115b07a55cb14e4a74dc6fbd3707c28a234d0 (diff)
downloadopenembedded-core-contrib-e5c97a85bed0436d48eeaac2e32962cfb5371d2f.tar.gz
fetch2: Allow GIT_SMART_HTTP to be passed through
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@WindRiver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2/__init__.py')
-rw-r--r--lib/bb/fetch2/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 68f65a97e0..a40a88b3ee 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']