From 777f2692594e59ee4968ace23af134ea7c481cab Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Nov 2008 13:51:23 +0000 Subject: scripts/poky-autobuild-moblin: Add GIT PROXY variables --- scripts/poky-autobuild-moblin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin index 2e50642856..0fa2ba0f0a 100755 --- a/scripts/poky-autobuild-moblin +++ b/scripts/poky-autobuild-moblin @@ -49,7 +49,7 @@ fi BDIR="build" . ./scripts/poky-env-internal -BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE GIT_CORE_CONFIG GIT_PROXY_IGNORE_1" +BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE GIT_CORE_CONFIG GIT_PROXY_IGNORE_1 GIT_PROXY_HOST GIT_PROXY_PORT" POSTPROCESS=`which poky-autobuild-postprocess-moblin` if [ "xcomplete" = "x$1" ]; then -- cgit 1.2.3-korg