generic-poky/bitbake/lib/bb/fetch
Nitin A Kamble c3682bf89b bitbake decodeurl: fix the file:// url handling
Without this patch decoding a url of this kind file://dir/filename gives
path=/filename host=dir.
With the patch it decodes as path=/dir/filename host=""

Probably nobody stumbled on this issue yet because nobody used
file:// urls with directory names in the path.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-07 16:05:00 +01:00
..
__init__.py bitbake decodeurl: fix the file:// url handling 2010-06-07 16:05:00 +01:00
bzr.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
cvs.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
git.py Fix ud.basecmd error introduced by the FETCHCMD_git commit 2010-03-22 14:58:41 +00:00
hg.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
local.py bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
osc.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
perforce.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
repo.py Add initial 'repo' fetcher 2010-03-22 14:58:15 +00:00
ssh.py bitbake: Sync module import cleanups back from bitbake trunk 2009-11-13 12:15:21 +00:00
svk.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
svn.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00
wget.py bitbake: unify mirror support and make it independant of the fetcher 2010-02-04 00:18:29 +00:00