summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/cachekeycomputer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py
index 720ec4c2..c2e7490a 100644
--- a/morphlib/cachekeycomputer.py
+++ b/morphlib/cachekeycomputer.py
@@ -96,6 +96,8 @@ class CacheKeyComputer(object):
keys['morphology-sha1'] = checksum.hexdigest()
if kind == 'stratum':
keys['stratum-format-version'] = 1
+ elif kind == 'system':
+ keys['system-compatibility-version'] = 1
return keys