diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/erlang/erlang.inc | 2 |
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 |