summaryrefslogtreecommitdiff
path: root/unmaintained
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/strata/openstack-services/sysfsutils.morph10
-rw-r--r--unmaintained/strata/test-tools/check.morph8
2 files changed, 0 insertions, 18 deletions
diff --git a/unmaintained/strata/openstack-services/sysfsutils.morph b/unmaintained/strata/openstack-services/sysfsutils.morph
deleted file mode 100644
index 2f388a32..00000000
--- a/unmaintained/strata/openstack-services/sysfsutils.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: sysfsutils
-kind: chunk
-
-build-system: autotools
-
-configure-commands:
-# Rerunning autoreconf requires on something to provide the AC_CHECK_KLIBC
-# autoconf macro, which we don't have for whatever reason. So use the
-# embedded configure script.
-- ./configure --prefix="$PREFIX"
diff --git a/unmaintained/strata/test-tools/check.morph b/unmaintained/strata/test-tools/check.morph
deleted file mode 100644
index a9d8bbba..00000000
--- a/unmaintained/strata/test-tools/check.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: check
-kind: chunk
-build-system: autotools
-
-configure-commands:
-# autoreconf fails for this component for some reason, so just run the
-# configure script that they have committed to SVN
-- ./configure --prefix="$PREFIX"