mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
build-appliance-image: fix git proxy access
Updated the name of git proxy access script. Fixes [YOCTO #4161] (From OE-Core rev: 381c79dfacf4e990604b8c1ca5845a47958681fc) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
92aeb31341
commit
c62d869f12
@@ -7,7 +7,7 @@
|
||||
export PSEUDO_PREFIX=/usr
|
||||
export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
|
||||
export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
|
||||
export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy-socks-command
|
||||
export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
|
||||
|
||||
cd /home/builder/poky
|
||||
. ./oe-init-build-env
|
||||
|
||||
Reference in New Issue
Block a user