From abff228959dda5b1d8177e8934905462da2df29b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Aug 2009 21:01:14 +0200 Subject: erlang: disable parallel make --- recipes/erlang/erlang.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/erlang') 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 -- cgit v1.2.3