summaryrefslogtreecommitdiff
path: root/bitbake/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-07 09:06:34 +0000
commit0e5404cedadaea6738ef6468d7eb8a24d23d9bab (patch)
tree7555415ba22517fc6bea53ff3358c71e3c6ad292 /bitbake/lib/bb/fetch2
parentb93683c910326e7aec412ded2b08762014d4cb08 (diff)
downloadopenembedded-core-0e5404cedadaea6738ef6468d7eb8a24d23d9bab.tar.gz
openembedded-core-0e5404cedadaea6738ef6468d7eb8a24d23d9bab.tar.bz2
openembedded-core-0e5404cedadaea6738ef6468d7eb8a24d23d9bab.tar.xz
openembedded-core-0e5404cedadaea6738ef6468d7eb8a24d23d9bab.zip
bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index daf8578f5..c80760197 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.