* [PATCH] avrdude: does not reliably build with parallel make
@ 2010-11-30 17:05 Tim Harvey
0 siblings, 0 replies; only message in thread
From: Tim Harvey @ 2010-11-30 17:05 UTC (permalink / raw)
To: openembedded-devel
disable parallel make for avrdude recipes
Signed-off-by: Tim Harvey <harvey.tim@gmail.com>
---
recipes/avrdude/avrdude.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes/avrdude/avrdude.inc b/recipes/avrdude/avrdude.inc
index 679c4ba..3a387c3 100644
--- a/recipes/avrdude/avrdude.inc
+++ b/recipes/avrdude/avrdude.inc
@@ -9,3 +9,4 @@ SRC_URI = "http://savannah.nongnu.org/download/avrdude/avrdude-${PV}.tar.gz"
inherit autotools
+PARALLEL_MAKE = ""
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-30 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 17:05 [PATCH] avrdude: does not reliably build with parallel make Tim Harvey
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.