summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 10:50:58 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-04 11:34:05 +0000
commit59da70269cc558bf254dabe7a57fe0bb32487b80 (patch)
tree62867dc18eae675da3e3790eb7a77ec23fc5035f
parent5094feade5e5f4786f8ddf69621ccfd8c559c94d (diff)
downloaddefinitions-59da70269cc558bf254dabe7a57fe0bb32487b80.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