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
committerBen Brown <ben.brown@codethink.co.uk>2017-09-29 10:53:30 +0000
commitb2bceba3f44402cb84bfedc1372621a5ab1d8636 (patch)
treeb49e5dbc4b42d900bcdb029e697136011af91762 /strata/morph-utils/pyfilesystem.morph
parent6bdd4c10d7450c2b528c15a6bdd4d5c5ab32aff4 (diff)
downloaddefinitions-b2bceba3f44402cb84bfedc1372621a5ab1d8636.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"