From: Richard Purdie Date: Thu, 3 Feb 2011 20:33:07 +0000 (+0000) Subject: bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed X-Git-Tag: 2011-1~2503 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0e5404cedadaea6738ef6468d7eb8a24d23d9bab;p=openembedded-core.git bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index daf8578f5f..c807601974 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -595,9 +595,6 @@ class FetchData(object): self.basename = os.path.basename(self.localpath) else: self.localpath = self.method.localpath(self.url, self, d) - # We have to clear data's internal caches since the cached value of SRCREV is now wrong. - # Horrible... - bb.data.delVar("ISHOULDNEVEREXIST", d) if self.localpath is not None: # Note: These files should always be in DL_DIR whereas localpath may not be.