From patchwork Tue Jul 10 21:34:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, PATCH-V2, 4/5] fetch2/bzr.py: Use "protocol" parameter to get the protocol Date: Tue, 10 Jul 2012 21:34:16 -0000 From: Andrei Gherzan X-Patchwork-Id: 31723 Message-Id: <8a090e60f4ae12aff2112f7125949f88aa8667c2.1341955881.git.andrei@gherzan.ro> To: bitbake-devel@lists.openembedded.org Signed-off-by: Andrei Gherzan --- bitbake/lib/bb/fetch2/bzr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index 0d10eb4..97daa62 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py @@ -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