From c26f6b2b944ccf25ec11f420f39d4a18c98e0436 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 11 Jul 2012 00:34:16 +0300 Subject: bitbake: fetch2/bzr.py: Use "protocol" parameter to get the protocol (Bitbake rev: 630876b40ed181312e84f902c4cfb97361afbe81) Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie --- 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 0d10eb4a2b..97daa620f4 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 -- cgit v1.2.3-54-g00ecf