From patchwork Tue Jul 10 21:34:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, PATCH-V2, 3/5] fetch2/hg.py: Use "protocol" parameter to get the protocol Date: Tue, 10 Jul 2012 21:34:15 -0000 From: Andrei Gherzan X-Patchwork-Id: 31725 Message-Id: <885b63f823a958182f18db1678b9676e5b3d4adc.1341955881.git.andrei@gherzan.ro> To: bitbake-devel@lists.openembedded.org Signed-off-by: Andrei Gherzan --- bitbake/lib/bb/fetch2/hg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/hg.py b/bitbake/lib/bb/fetch2/hg.py index ad6e85d..155ae67 100644 --- a/bitbake/lib/bb/fetch2/hg.py +++ b/bitbake/lib/bb/fetch2/hg.py @@ -82,7 +82,7 @@ class Hg(FetchMethod): basecmd = data.expand('${FETCHCMD_hg}', d) - proto = ud.parm.get('proto', 'http') + proto = ud.parm.get('protocol', 'http') host = ud.host if proto == "file":