From 2b992f3e5633e69fa53850d082ab68f3a4620f77 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 21 Mar 2016 18:10:59 +1300 Subject: [PATCH] site.conf.sample: fix reference to oe-git-proxy script The name of the script is oe-git-proxy, not oe-git-proxy.sh. (From meta-yocto rev: c10150d94e8830c82937f6b229672c194ef270bf) Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/site.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample index c551e8fb0c..6cfefc574a 100644 --- a/meta-poky/conf/site.conf.sample +++ b/meta-poky/conf/site.conf.sample @@ -17,7 +17,7 @@ SCONF_VERSION = "1" # # To use git with a proxy, you must use an external git proxy command, such as -# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to +# the one provided by scripts/oe-git-proxy. To use this script, copy it to # your PATH and uncomment the following: #GIT_PROXY_COMMAND ?= "oe-git-proxy" #ALL_PROXY ?= "socks://socks.example.com:1080"