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

git at git.openembedded.org git at git.openembedded.org
Mon Oct 1 15:10:27 UTC 2018


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

armin_kuster pushed a commit to branch sumo-next
in repository meta-openembedded.

commit 9fbfdd309c5bb372601e0ca845195addceac4f93
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: Armin Kuster <akuster808 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