[oe-commits] [meta-openembedded] 16/24: xmlstarlet: Disable PARALLEL_MAKE

git at git.openembedded.org git at git.openembedded.org
Mon Feb 22 12:26:41 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3a8c50014d0b2942d4e0d1fcccb344ec94f62b8b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 11:59:21 2016 +0000

    xmlstarlet: Disable PARALLEL_MAKE
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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..bf99aff 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list