From 3134161c06799887ca4a582d778485032d8975ac Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 16 Apr 2012 17:24:17 +0100 Subject: cachekeycomputer: rename get_cache_key compute_key Also amend tests to operate on a dependency chain starting from a system morph --- morphlib/cachekeycomputer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/cachekeycomputer.py') 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): -- cgit v1.2.1