summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-03 17:20:21 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-03 17:20:21 +0000
commitb2495018448fb016e91884ff2da8f79a6aec8ca7 (patch)
tree7e4925089d8b0947f29ad83f6b25ea8562d8b0fa /scripts
parent4f083a4ada1b26c117891c06fe4622dded80ff80 (diff)
downloadpoky-b2495018448fb016e91884ff2da8f79a6aec8ca7.tar.gz
scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMAND
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild-moblin1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin
index d4a6262c3a..2e50642856 100755
--- a/scripts/poky-autobuild-moblin
+++ b/scripts/poky-autobuild-moblin
@@ -73,6 +73,7 @@ if [ ! -e "$CONFFILE" ]; then
73 echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" 73 echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
74 echo "DL_DIR = \"$SRVWORKDIR/sources\"" >> "$CONFFILE" 74 echo "DL_DIR = \"$SRVWORKDIR/sources\"" >> "$CONFFILE"
75 echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE" 75 echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
76 echo 'GIT_PROXY_COMMAND=poky-git-proxy-socks-command' >> "$CONFFILE"
76 if [ "$ABTARGET" = "darwin" ]; then 77 if [ "$ABTARGET" = "darwin" ]; then
77 echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE" 78 echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
78 echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf" 79 echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf"