summaryrefslogtreecommitdiff
path: root/strata/morph-utils/pyfilesystem.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-29 17:10:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-09-18 18:11:19 +0000
commitb82afc5237ef590715fb74836d82d9a80c4bc969 (patch)
treec627f0ad9c8451ea3de75da89372595c25810011 /strata/morph-utils/pyfilesystem.morph
parente239ac892972d080b4399d9e0124ca40c4f71344 (diff)
downloaddefinitions-b82afc5237ef590715fb74836d82d9a80c4bc969.tar.gz
Remove Morph and some of its dependencies
It's unmaintained and probably unusable these days. The baserock-import tool depends on Morph and has also been removed. Hopefully it can one day start a new life as a BuildStream importer tool...
Diffstat (limited to 'strata/morph-utils/pyfilesystem.morph')
-rw-r--r--strata/morph-utils/pyfilesystem.morph6
1 files changed, 0 insertions, 6 deletions
diff --git a/strata/morph-utils/pyfilesystem.morph b/strata/morph-utils/pyfilesystem.morph
deleted file mode 100644
index a4931dfa..00000000
--- a/strata/morph-utils/pyfilesystem.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: pyfilesystem
-kind: chunk
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix="$PREFIX" --root "$DESTDIR"