From patchwork Tue Jul 17 22:38:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] fetch2/svn.py: Use protocol parameter to get the protocol Date: Tue, 17 Jul 2012 22:38:19 -0000 From: Martin Jansa X-Patchwork-Id: 32325 Message-Id: <1342564699-490-1-git-send-email-Martin.Jansa@gmail.com> To: bitbake-devel@lists.openembedded.org * it was send in v1 of proto -> protocol changes but then wasn't in V2 http://patchwork.openembedded.org/patch/31617/ where warning about proto= was moved to shared __init__ Signed-off-by: Martin Jansa --- lib/bb/fetch2/svn.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/bb/fetch2/svn.py b/lib/bb/fetch2/svn.py index bc5b96b..ea5902e 100644 --- a/lib/bb/fetch2/svn.py +++ b/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: