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-04-07 10:08:31 +0000
commitd7b22c1e2b89d2f37b32ef7b38272ff443bcab11 (patch)
tree29d7921cef24933ebacdbdfee72839fb7867c654
parent5c74eae3bd36dd371a91e6040503c06fcd6eb5bd (diff)
downloaddefinitions-d7b22c1e2b89d2f37b32ef7b38272ff443bcab11.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