aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-02-11 15:22:59 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2014-02-11 15:00:52 +0000
commit46c84633137a78a212455532171d11d29460faaf (patch)
tree0c5b79191c7907c63c7186f23637ab8a30eab474 /meta-linaro/recipes-extra
parent33218def9409e2a397f456adc01da31379f3368a (diff)
odp: disable parallel make
It breaks when using -j4 on my laptop. There are other issues with the makefile, but this will get it past do_compile. Change-Id: I275874dbe59374c30fcaec25e6d286a0525bba4b Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index 76f3e671..89b9cd91 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -14,6 +14,8 @@ SRCREV_FORMAT = "odp"
S = "${WORKDIR}/git"
+PARALLEL_MAKE = ""
+
do_install() {
oe_runmake install DESTDIR=${D}
}