aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/erlang
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-27 21:01:14 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-27 21:01:14 +0200
commitabff228959dda5b1d8177e8934905462da2df29b (patch)
tree7dfa56e7fa69bfea4098ae670dcb4ecb0225e268 /recipes/erlang
parent0d12f0b648edb69c5927a5c73ed1541a3d33352c (diff)
downloadopenembedded-abff228959dda5b1d8177e8934905462da2df29b.tar.gz
erlang: disable parallel make
Diffstat (limited to 'recipes/erlang')
-rw-r--r--recipes/erlang/erlang.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/erlang/erlang.inc b/recipes/erlang/erlang.inc
index e6c7766dff..ea65db719f 100644
--- a/recipes/erlang/erlang.inc
+++ b/recipes/erlang/erlang.inc
@@ -10,4 +10,6 @@ UPSTREAM_VERSION = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz"
S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}"
+PARALLEL_MAKE = ""
+
inherit autotools