summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 18:40:16 +0000
committerKhem Raj <raj.khem@gmail.com>2018-09-10 11:51:35 -0700
commit8cb0272d7f12c82840bf5c7d8518fd2fece60ced (patch)
treef058b7a1871cf847d40891ea5d1fd0231e11a0a7
parentb336c4ab233c917c8be66e9281605caa43dcc486 (diff)
downloadmeta-openembedded-8cb0272d7f12c82840bf5c7d8518fd2fece60ced.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: Khem Raj <raj.khem@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 = ""