git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d12f0b
)
erlang: disable parallel make
author
Koen Kooi
<koen@openembedded.org>
Thu, 27 Aug 2009 19:01:14 +0000
(21:01 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 27 Aug 2009 19:01:14 +0000
(21:01 +0200)
recipes/erlang/erlang.inc
patch
|
blob
|
history
diff --git
a/recipes/erlang/erlang.inc
b/recipes/erlang/erlang.inc
index
e6c7766
..
ea65db7
100644
(file)
--- 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