Files
poky/scripts
Peter Kjellerstedt 18309f0893 oe-git-proxy: Correct the parsing of a port in $ALL_PROXY
Due to an error in the regular expression used to extract a port
number specified in $ALL_PROXY, rather than allowing the port number
to be followed by an optional "/", the port was required to be
followed by "/?".

This corrects the regular expression to allow an optional "/". It also
allows the odd "/?" suffix for backwards compatibility.

(From OE-Core rev: 39eb19e2ae9add58c763b71b54bdb3739041b2d0)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-23 09:52:55 +01:00
..
2015-09-23 09:52:54 +01:00
2013-10-29 10:41:39 +00:00
2014-02-02 11:23:45 +00:00
2013-05-14 14:57:27 +03:00
2014-03-07 14:58:45 +00:00
2015-09-09 14:27:43 +01:00
2015-07-27 23:29:13 +01:00
2015-09-03 12:43:31 +01:00

This directory contains Various useful scripts for working with OE builds