From 4c626238e7413417db002a21f45042d1eca9280a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Nov 2008 13:32:35 +0000 Subject: base.bbclass: Set GIT_CONFIG correctly --- bitbake/lib/bb/fetch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index 784f19eccb..e6b2851b91 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py @@ -274,7 +274,7 @@ def runfetchcmd(cmd, d, quiet = False): # rather than host provided # Also include some other variables. # FIXME: Should really include all export varaiables? - exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 'http_proxy', 'ftp_proxy'] + exportvars = ['PATH', 'GIT_PROXY_HOST', 'GIT_PROXY_PORT', 'GIT_CONFIG', 'http_proxy', 'ftp_proxy'] for var in exportvars: val = data.getVar(var, d, True) -- cgit v1.2.3-54-g00ecf