diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-07-29 11:09:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 11:31:00 +0100 |
commit | e4a4c9b1ac246ebb70b2763c61ca27b8cb9749e0 (patch) | |
tree | 7ca7550d48ca5ee4415716943a1a1ee14b33cb65 /scripts/pybootchartgui | |
parent | 7f4eb55d704716ca95db22f85367db8bdfec456b (diff) | |
download | poky-e4a4c9b1ac246ebb70b2763c61ca27b8cb9749e0.tar.gz |
bitbake: bitbake-user-manual-fetching.xml: note about URLs with semi-colons
Some URLs contain semi-colons. Unfortunatelly, bitbake uses semi-colons in SRC_URI
as delimiters for various parameters.
It may still be possible to use such URLs, providing the user replaces semi-colons ';'
with '&' characters.
For example:
http://abc123.com/git/?p=gcc/gcc.git;a=snapshot;h=a5dd47
and
http://abc123.com/git/?p=gcc/gcc.git&a=snapshot&h=a5dd47
should be equivalent, as W3C recommends treating ';' in queries identically to '&'.
See http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2
Kudos to Olof Johansson
(Bitbake rev: d8953c16c52c6e5de879f4a32ec8aeee396bb410)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui')
0 files changed, 0 insertions, 0 deletions