generic-poky/bitbake/lib/bb
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
..
fetch bitbake decodeurl: fix the file:// url handling 2010-06-07 16:05:00 +01:00
parse Implement BBVERSIONS 2010-03-25 17:25:45 +00:00
server bitbake: Don't import xmlrpc server unless needed 2010-01-22 16:15:50 +00:00
ui crumbs: fix hassattr typo 2010-03-25 17:25:49 +00:00
COW.py bitbake: Sync module import cleanups back from bitbake trunk 2009-11-13 12:15:21 +00:00
__init__.py Why is bb/__init__.py importing bb? 2010-03-25 17:25:59 +00:00
build.py bitbake/build.py: No need for this gross hack now 2010-01-27 12:40:02 +00:00
cache.py cache.py: Bump the cache version after the BBVERSIONS update 2010-03-25 17:28:34 +00:00
command.py bb/command was importing bb and accessing some of its own classes indirectly as bb.command.<class> 2010-03-25 17:26:00 +00:00
cooker.py bitbake/cooker.py: Finishing the command needs to happen after the BuildCompleted event else the cooker can shutdown first 2010-03-25 17:31:23 +00:00
daemonize.py bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
data.py Move MalformedUrl, VarExpandError into appropriate modules. 2010-03-22 14:53:55 +00:00
data_smart.py data_smart: be explicit about what we make available to eval'd python code 2010-03-25 17:25:58 +00:00
event.py bitbake/event.py: Run class eventhandlers in the task context but ensure UI handlers run in the server context 2010-03-25 17:33:41 +00:00
methodpool.py bitbake: Sync with upstream. 2007-01-08 23:53:01 +00:00
msg.py bitbake: Switch to bitbake-dev version (bitbake master upstream) 2010-01-20 18:46:02 +00:00
persist_data.py bitbake: Remove persist_data domain renaming code as it appears to expose sqlite bugs and data consistency issues 2009-07-30 21:24:31 +01:00
providers.py bitbake/providers: Fix merge error 2010-03-22 15:09:07 +00:00
runqueue.py Fix 7 references to undefined variables, as spotted by pyflakes 2010-03-25 17:25:56 +00:00
shell.py Avoid unnecessary calls to keys() when iterating over dictionaries. 2010-03-22 15:01:59 +00:00
taskdata.py Fix 7 references to undefined variables, as spotted by pyflakes 2010-03-25 17:25:56 +00:00
utils.py Fix 7 references to undefined variables, as spotted by pyflakes 2010-03-25 17:25:56 +00:00