]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 20:33:07 +0000 (20:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 09:06:34 +0000 (09:06 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py

index daf8578f5f3ee11ab2c46265ffc06bf0ee61bd08..c8076019742a474146d35950accef31fd1deadc1 100644 (file)
@@ -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.