summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-16 17:24:17 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-16 17:24:17 +0100
commit3134161c06799887ca4a582d778485032d8975ac (patch)
treefe9d3c0816ec3ab48ac8ff5a613493b544dd117d /morphlib/cachekeycomputer.py
parentcd52c82d7e97c72a421f0973941337dd7868b06a (diff)
downloadmorph-3134161c06799887ca4a582d778485032d8975ac.tar.gz
cachekeycomputer: rename get_cache_key compute_key
Also amend tests to operate on a dependency chain starting from a system morph
Diffstat (limited to 'morphlib/cachekeycomputer.py')
-rw-r--r--morphlib/cachekeycomputer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py
index 43ebf064..0a782185 100644
--- a/morphlib/cachekeycomputer.py
+++ b/morphlib/cachekeycomputer.py
@@ -29,7 +29,7 @@ class CacheKeyComputer():
"TOOLCHAIN_TARGET", "PREFIX",
"BOOTSTRAP", "CFLAGS")])
- def get_cache_key(self, source):
+ def compute_key(self, source):
return self._hash_id(self.get_cache_id(source))
def _hash_id(self, cache_id):