diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/fetch2/svn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index bc5b96b556..ea5902e05b 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
@@ -71,7 +71,7 @@ class Svn(FetchMethod): | |||
71 | command is "fetch", "update", "info" | 71 | command is "fetch", "update", "info" |
72 | """ | 72 | """ |
73 | 73 | ||
74 | proto = ud.parm.get('proto', 'svn') | 74 | proto = ud.parm.get('protocol', 'svn') |
75 | 75 | ||
76 | svn_rsh = None | 76 | svn_rsh = None |
77 | if proto == "svn+ssh" and "rsh" in ud.parm: | 77 | if proto == "svn+ssh" and "rsh" in ud.parm: |