diff options
Diffstat (limited to 'bitbake/lib/bb/fetch/git.py')
| -rw-r--r-- | bitbake/lib/bb/fetch/git.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py index 8a00a013f9..a2fbd78cbf 100644 --- a/bitbake/lib/bb/fetch/git.py +++ b/bitbake/lib/bb/fetch/git.py | |||
| @@ -192,7 +192,7 @@ class Git(Fetch): | |||
| 192 | os.chdir(ud.clonedir) | 192 | os.chdir(ud.clonedir) | 
| 193 | bb.utils.prunedir(codir) | 193 | bb.utils.prunedir(codir) | 
| 194 | 194 | ||
| 195 | def suppports_srcrev(self): | 195 | def supports_srcrev(self): | 
| 196 | return True | 196 | return True | 
| 197 | 197 | ||
| 198 | def _contains_ref(self, tag, d): | 198 | def _contains_ref(self, tag, d): | 
