From patchwork Tue Jul 10 21:34:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, PATCH-V2, 1/5] fetch2/svn.py: Use "protocol" parameter to get the protocol Date: Tue, 10 Jul 2012 21:34:13 -0000 From: Andrei Gherzan X-Patchwork-Id: 31719 Message-Id: <4c68385d27450254afed6263f5140df817d7bf94.1341955881.git.andrei@gherzan.ro> To: bitbake-devel@lists.openembedded.org Signed-off-by: Andrei Gherzan --- bitbake/lib/bb/fetch2/svn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index bc5b96b..ea5902e 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py @@ -71,7 +71,7 @@ class Svn(FetchMethod): command is "fetch", "update", "info" """ - proto = ud.parm.get('proto', 'svn') + proto = ud.parm.get('protocol', 'svn') svn_rsh = None if proto == "svn+ssh" and "rsh" in ud.parm: