summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-19 13:32:51 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-19 13:46:14 +0100
commit296525497eddba5dc40288188a0d71248ab14366 (patch)
tree50c1742fc6f5a00cafec32320bbfc5173dee3b95 /morphlib/app.py
parentb068b7fa1331a7c6e2ef0632d9566310bfa58b9d (diff)
downloadmorph-296525497eddba5dc40288188a0d71248ab14366.tar.gz
Have MorphologyFactor set Morphology.needs_staging_area
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index f1c683c2..96c98cf7 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -211,7 +211,7 @@ class BuildCommand(object):
self.cache_artifacts_locally(deps)
staging_area = self.create_staging_area(artifact)
if self.app.settings['staging-chroot']:
- if artifact.source.morphology['kind'] != 'stratum':
+ if artifact.source.morphology.needs_staging_area:
self.install_fillers(staging_area)
self.install_chunk_artifacts(staging_area,
deps)