From 0cc3de60d6282d22108ea59f169a0749be5e59ea Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 25 Feb 2013 10:13:34 +0000 Subject: Add 'prefix' property for chunks within strata Morph no longer supports setting the prefix using the --prefix argument / setting. This was only used in tests and during bootstrap. If a chunk build-depends on a chunk within a stratum which has a custom prefix, that prefix is appended to the PATH in the build environment. --- morphlib/artifactresolver.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/artifactresolver.py') diff --git a/morphlib/artifactresolver.py b/morphlib/artifactresolver.py index 76178b35..186d5357 100644 --- a/morphlib/artifactresolver.py +++ b/morphlib/artifactresolver.py @@ -222,6 +222,7 @@ class ArtifactResolver(object): # Resolve now to avoid a search for the parent morphology later chunk_source.build_mode = info['build-mode'] + chunk_source.prefix = info['prefix'] build_depends = info.get('build-depends', None) -- cgit v1.2.1