summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 18:40:16 +0000
committerArmin Kuster <akuster808@gmail.com>2018-09-29 08:59:44 -0700
commit9fbfdd309c5bb372601e0ca845195addceac4f93 (patch)
treecfc52ad6477b7833e32d460501745255a4346f9f
parent2bb21ef27c4b0c9d52d30b3b2c5a0160fd02b966 (diff)
downloadmeta-openembedded-9fbfdd309c5bb372601e0ca845195addceac4f93.tar.gz
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@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb5
1 files changed, 5 insertions, 0 deletions
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 e3d52e616..e28fd61a0 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
24EXTRA_OECONF="--disable-build-docs \ 24EXTRA_OECONF="--disable-build-docs \
25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \ 25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \
26 --with-libxslt-prefix=${STAGING_LIBDIR}/.." 26 --with-libxslt-prefix=${STAGING_LIBDIR}/.."
27
28# http://errors.yoctoproject.org/Errors/Details/157121/
29# /bin/bash: src/usage.c: No such file or directory
30# Makefile:2121: recipe for target 'src/usage.c' failed
31PARALLEL_MAKE = ""