From 9fbfdd309c5bb372601e0ca845195addceac4f93 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 10 Sep 2018 18:40:16 +0000 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- 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 e3d52e616a..e28fd61a03 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 = "" -- cgit 1.2.3-korg