diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2')
-rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index bd107dbf21..b4b9368d14 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
@@ -283,6 +283,7 @@ class Git(FetchMethod): | |||
283 | 283 | ||
284 | bb.utils.remove(ud.localpath, True) | 284 | bb.utils.remove(ud.localpath, True) |
285 | bb.utils.remove(ud.fullmirror) | 285 | bb.utils.remove(ud.fullmirror) |
286 | bb.utils.remove(ud.fullmirror + ".done") | ||
286 | 287 | ||
287 | def supports_srcrev(self): | 288 | def supports_srcrev(self): |
288 | return True | 289 | return True |