]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2: Move ud.localfile setup into urldata_init
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 21:17:26 +0000 (21:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 09:06:35 +0000 (09:06 +0000)
commit972eb5fababb33b5537fcfbbaf8e33ea820f0fee
tree2bd453bc66853c72cb284067d6679d6f498cd77b
parent0e5404cedadaea6738ef6468d7eb8a24d23d9bab
bitbake/fetch2: Move ud.localfile setup into urldata_init

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 files changed:
bitbake/lib/bb/fetch2/bzr.py
bitbake/lib/bb/fetch2/cvs.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/osc.py
bitbake/lib/bb/fetch2/perforce.py
bitbake/lib/bb/fetch2/repo.py
bitbake/lib/bb/fetch2/ssh.py
bitbake/lib/bb/fetch2/svk.py
bitbake/lib/bb/fetch2/svn.py
bitbake/lib/bb/fetch2/wget.py