| Submitter | Andrei Gherzan |
|---|---|
| Date | July 10, 2012, 9:34 p.m. |
| Message ID | <4c68385d27450254afed6263f5140df817d7bf94.1341955881.git.andrei@gherzan.ro> |
| Download | mbox | patch |
| Permalink | /patch/31719/ |
| State | New |
| Headers | show |
Comments
Patch
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:
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> --- bitbake/lib/bb/fetch2/svn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)