scripts/poky-autobuild-moblin: Add GIT PROXY variables

This commit is contained in:
Richard Purdie 2008-11-04 13:51:23 +00:00
parent 4c626238e7
commit 777f269259
1 changed files with 1 additions and 1 deletions

View File

@ -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