diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-21 18:10:59 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-26 07:34:59 +0000 |
commit | 2b992f3e5633e69fa53850d082ab68f3a4620f77 (patch) | |
tree | 70284f30f63af01ef4b334d3f7e096c149e466d8 | |
parent | af63b49a65be5d39bf18482de7441eb1b1525583 (diff) | |
download | poky-2b992f3e5633e69fa53850d082ab68f3a4620f77.tar.gz |
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-poky/conf/site.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
17 | # | 17 | # |
18 | 18 | ||
19 | # To use git with a proxy, you must use an external git proxy command, such as | 19 | # To use git with a proxy, you must use an external git proxy command, such as |
20 | # the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to | 20 | # the one provided by scripts/oe-git-proxy. To use this script, copy it to |
21 | # your PATH and uncomment the following: | 21 | # your PATH and uncomment the following: |
22 | #GIT_PROXY_COMMAND ?= "oe-git-proxy" | 22 | #GIT_PROXY_COMMAND ?= "oe-git-proxy" |
23 | #ALL_PROXY ?= "socks://socks.example.com:1080" | 23 | #ALL_PROXY ?= "socks://socks.example.com:1080" |