diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-06 17:47:42 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-06 17:47:42 +0000 |
commit | a3f7da8100ecdba46c0a31934509b092902f3ac6 (patch) | |
tree | 25916cfa0bed0c946a1267ff3668e1b69a9c6000 /buildstream/plugins/elements/import.py | |
parent | e187ec0e25b398619ede835df614dadf69618423 (diff) | |
download | buildstream-sam/manifests.tar.gz |
WIP: add manifest.yaml to artifact metadatasam/manifests
Diffstat (limited to 'buildstream/plugins/elements/import.py')
-rw-r--r-- | buildstream/plugins/elements/import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/import.py b/buildstream/plugins/elements/import.py index 3ab7f7833..7c3e2394f 100644 --- a/buildstream/plugins/elements/import.py +++ b/buildstream/plugins/elements/import.py @@ -89,7 +89,7 @@ class ImportElement(BuildElement): shutil.move(inputdir, outputdir) # And we're done - return '/output' + return '/output', {} def generate_script(self): build_root = self.get_variable('build-root') |