summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-03 20:33:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-10 23:36:56 +0000
commit2fc8ecca9b9ff373a48e3726daa3267d6def434f (patch)
treeb31c068e433652dbb6fa7af3a2c4b7b839508091 /lib/bb/fetch2
parent901cd79ef948c4ff9694634f553db26ca62a8ee5 (diff)
downloadbitbake-2fc8ecca9b9ff373a48e3726daa3267d6def434f.tar.gz
bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed
(From Poky rev: 0e5404cedadaea6738ef6468d7eb8a24d23d9bab) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/fetch2')
-rw-r--r--lib/bb/fetch2/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index daf8578f5..c80760197 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/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.