From: Martin Jansa Date: Tue, 17 Jul 2012 22:38:19 +0000 (+0200) Subject: bitbake: fetch2/svn.py: Use protocol parameter to get the protocol X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5fb11747a5ca8d2e5f7cf97564a8e6ba546a638;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: fetch2/svn.py: Use protocol parameter to get the protocol * 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__ (Bitbake rev: b2017f493ab730d804ae44ec5a168d464626d046) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index bc5b96b556f..ea5902e05b1 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: