ソースを参照

bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 14 年 前
コミット
0e5404ceda
1 ファイル変更0 行追加3 行削除
  1. 0 3
      bitbake/lib/bb/fetch2/__init__.py

+ 0 - 3
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.