]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild-moblin: Add GIT PROXY variables
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 13:51:23 +0000 (13:51 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Nov 2008 13:51:23 +0000 (13:51 +0000)
scripts/poky-autobuild-moblin

index 2e5064285685188f0db909f64ccd4074c8f0bd98..0fa2ba0f0aacca12adc09d383047e6449a2c83e0 100755 (executable)
@@ -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