[oe] [PATCH] avrdude: does not reliably build with parallel make

Tim Harvey harvey.tim at gmail.com
Tue Nov 30 17:05:38 UTC 2010


disable parallel make for avrdude recipes
Signed-off-by: Tim Harvey <harvey.tim at 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





More information about the Openembedded-devel mailing list