mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
fetch2: Correct the clean() mechanism for the fetcher2 code
This create a clean() method in each of the fetcher modules and correctly cleans the .done stamp file and lock files Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
f1bbea4ab0
commit
14dea89521
@@ -74,3 +74,7 @@ class Local(FetchMethod):
|
||||
if os.path.exists(urldata.localpath):
|
||||
return True
|
||||
return False
|
||||
|
||||
def clean(self, urldata, d):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user