summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 10:50:58 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-14 12:07:11 +0000
commit3d8aaa6aa9646acc918ce2a38f26c00d83abcf13 (patch)
tree81c1567d44b9650b22ab227104a6001027c3764e
parentf3e6e638095ef05ffaa2c1e29a6f0da952fa743b (diff)
downloaddefinitions-3d8aaa6aa9646acc918ce2a38f26c00d83abcf13.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