From 70ed0a32c5b858f3ae91c2f1e7c9efd66e9a13ca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 22 Feb 2016 11:59:21 +0000 Subject: xmlstarlet: Disable PARALLEL_MAKE Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb index d9a03c6d4..bf99aff43 100644 --- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb +++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb @@ -24,3 +24,10 @@ inherit autotools EXTRA_OECONF="--disable-build-docs \ --with-libxml-prefix=${STAGING_LIBDIR}/.. \ --with-libxslt-prefix=${STAGING_LIBDIR}/.." + +#Makefile:2116: recipe for target 'src/elem-usage.c' failed +#make[1]: *** [src/elem-usage.c] Error 1 +#/bin/bash: src/escape-usage.c: No such file or directory +#Makefile:2116: recipe for target 'src/escape-usage.c' failed +#make[1]: *** [src/escape-usage.c] Error 1 +PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf