On 02/01/2014 03:22 AM, Richard Purdie wrote:
> Hi Jason,
>
> We're seeing a parallel make race on the autobuilder and it seems its
> from this patch:

You actually still need the patch or you get a different parallel build error 
with the lib file.  I tracked down the regression from the original.

The original patch looks like:

--- a/Config/Makefile.in
+++ b/Config/Makefile.in
@@ -12,7 +12,9 @@ all: lib.a
 lib.a: $(OBJS)
        $(AR) crs lib.a $(OBJS)
 
-y.tab.h y.tab.c: exports.y
+y.tab.h: y.tab.c
+
+y.tab.c: exports.y
        $(YACC) -d exports.y


So I am thinking something was "lost in porting/translation".  I'll send you a 
patch shortly.  Thanks for the pointer to the build error.

Cheers,
Jason.

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to