[oe] [PATCH 06/12] xmlstarlet: Disable PARALLEL_MAKE

Richard Purdie richard.purdie at linuxfoundation.org
Mon Feb 22 11:59:21 UTC 2016


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 d9a03c6..2b8603e 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 = ""
\ No newline at end of file
-- 
2.5.0




More information about the Openembedded-devel mailing list