bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocol

(Bitbake rev: 630876b40ed181312e84f902c4cfb97361afbe81)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andrei Gherzan 2012-07-11 00:34:16 +03:00 committed by Richard Purdie
parent bd8d18f742
commit c26f6b2b94
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Bzr(FetchMethod):
basecmd = data.expand('${FETCHCMD_bzr}', d)
proto = ud.parm.get('proto', 'http')
proto = ud.parm.get('protocol', 'http')
bzrroot = ud.host + ud.path