diff options
Diffstat (limited to 'bitbake-dev/lib/bb')
-rw-r--r-- | bitbake-dev/lib/bb/fetch/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/fetch/__init__.py b/bitbake-dev/lib/bb/fetch/__init__.py index 784f19eccb..e6b2851b91 100644 --- a/bitbake-dev/lib/bb/fetch/__init__.py +++ b/bitbake-dev/lib/bb/fetch/__init__.py | |||
@@ -274,7 +274,7 @@ def runfetchcmd(cmd, d, quiet = False): | |||
274 | # rather than host provided | 274 | # rather than host provided |
275 | # Also include some other variables. | 275 | # Also include some other variables. |
276 | # FIXME: Should really include all export varaiables? | 276 | # FIXME: Should really include all export varaiables? |
277 | exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 'http_proxy', 'ftp_proxy'] | 277 | exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 'GIT_CONFIG', 'http_proxy', 'ftp_proxy'] |
278 | 278 | ||
279 | for var in exportvars: | 279 | for var in exportvars: |
280 | val = data.getVar(var, d, True) | 280 | val = data.getVar(var, d, True) |