summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 10:50:58 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-03-23 22:58:54 +0000
commit44ec68670e5a55332a5df0b84765826d7f67f940 (patch)
tree7063f9f7b0801ef1be954084ff3d46e2cb35b343
parent2897cbe87c093c47ad335e540fa2c2ff6f4ca9d5 (diff)
downloaddefinitions-44ec68670e5a55332a5df0b84765826d7f67f940.tar.gz
Revert if needed: thrift with erlang and max-jobs=1
-rw-r--r--strata/openstack-services/thrift.morph15
1 files changed, 6 insertions, 9 deletions
diff --git a/strata/openstack-services/thrift.morph b/strata/openstack-services/thrift.morph
index 321e06d6..39062351 100644
--- a/strata/openstack-services/thrift.morph
+++ b/strata/openstack-services/thrift.morph
@@ -1,9 +1,6 @@
-{
- "name": "thrift",
- "kind": "chunk",
- "build-system": "autotools",
- "configure-commands": [
- "./bootstrap.sh",
- "./configure --prefix=\"$PREFIX\" --without-erlang"
- ]
-}
+name: thrift
+kind: chunk
+build-system: autotools
+max-jobs: 1
+pre-configure-commands:
+- ./bootstrap.sh