summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch/svn.py')
-rw-r--r--bitbake/lib/bb/fetch/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/svn.py b/bitbake/lib/bb/fetch/svn.py
index c236e413fd..538b4c2a2d 100644
--- a/bitbake/lib/bb/fetch/svn.py
+++ b/bitbake/lib/bb/fetch/svn.py
@@ -168,7 +168,7 @@ class Svn(Fetch):
168 pass 168 pass
169 raise t, v, tb 169 raise t, v, tb
170 170
171 def suppports_srcrev(self): 171 def supports_srcrev(self):
172 return True 172 return True
173 173
174 def _revision_key(self, url, ud, d): 174 def _revision_key(self, url, ud, d):