1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00

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>
This commit is contained in:
Bernhard Reutner-Fischer
2010-11-17 11:55:21 +01:00
committed by Richard Purdie
parent 814c80f53c
commit d0d67a9fe2
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class Git(Fetch):
os.chdir(ud.clonedir)
bb.utils.prunedir(codir)
def suppports_srcrev(self):
def supports_srcrev(self):
return True
def _contains_ref(self, tag, d):