From 0e5404cedadaea6738ef6468d7eb8a24d23d9bab Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 3 Feb 2011 20:33:07 +0000 Subject: bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bitbake/lib/bb/fetch2') 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. -- cgit v1.2.3-54-g00ecf