[oe-commits] [meta-openembedded] 03/11: xmlstarlet: Disable PARALLEL_MAKE (again)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 05:00:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 8cb0272d7f12c82840bf5c7d8518fd2fece60ced
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Sep 10 18:40:16 2018 +0000

    xmlstarlet: Disable PARALLEL_MAKE (again)
    
    * MJ: this was applied for 1.5.0 version in:
      https://patchwork.openembedded.org/patch/116023/
      then removed with the upgrade to 1.6.1 in:
      https://patchwork.openembedded.org/patch/141059/
      but as reported before this issue is still reproducible
      with 1.6.1
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
index e3d52e6..e28fd61 100644
--- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
+++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
@@ -24,3 +24,8 @@ inherit autotools
 EXTRA_OECONF="--disable-build-docs \
   --with-libxml-prefix=${STAGING_LIBDIR}/.. \
   --with-libxslt-prefix=${STAGING_LIBDIR}/.."
+
+# http://errors.yoctoproject.org/Errors/Details/157121/
+# /bin/bash: src/usage.c: No such file or directory
+# Makefile:2121: recipe for target 'src/usage.c' failed
+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