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-04-10 10:55:31 +0000
commit98ef741ba175d1d9465a581c55020d9ee4979e45 (patch)
treeacdda1bbb71f516f2581d5cf7e95860933dff1b7
parent99daf01d5b2dfe507e8a08131bb7f80bf2302f93 (diff)
downloaddefinitions-98ef741ba175d1d9465a581c55020d9ee4979e45.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