diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-11-17 11:55:21 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-04 14:46:41 +0000 |
commit | d0d67a9fe279d26423494946666a5ca0acc5d66f (patch) | |
tree | ced09a3e737f86f6c081a5d8300320eaafb729fe /bitbake/lib/bb/fetch/svn.py | |
parent | 814c80f53c29802153120f95dfdb5750e3fb09cc (diff) | |
download | poky-d0d67a9fe279d26423494946666a5ca0acc5d66f.tar.gz |
fetch: rename suppports_srcrev to supports_srcrev
osc had it already spelled correctly?!
(Bitbake rev: b8bb4433de7a981c6826173e926ca34705c4ac70)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch/svn.py')
-rw-r--r-- | bitbake/lib/bb/fetch/svn.py | 2 |
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): |