summaryrefslogtreecommitdiff
path: root/morphlib/morph2.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-19 17:14:12 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-19 17:31:19 +0100
commitdfaf624b1fb97c2208bf03b9ff314c5566575e5f (patch)
treee927fd50ea4e087fbb23b8fac9893b36d6f4d11c /morphlib/morph2.py
parentdf8eda23514d8a6490c8a891f7deb5fcb9ad856c (diff)
downloadmorph-dfaf624b1fb97c2208bf03b9ff314c5566575e5f.tar.gz
Require system-kind on system morphologies
Diffstat (limited to 'morphlib/morph2.py')
-rw-r--r--morphlib/morph2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/morph2.py b/morphlib/morph2.py
index 394c27c3..b1c027b9 100644
--- a/morphlib/morph2.py
+++ b/morphlib/morph2.py
@@ -39,6 +39,7 @@ class Morphology(object):
('build-depends', None),
('build-system', 'manual'),
('arch', None),
+ ('system-kind', None),
]
def __init__(self, text):