* [meta-oe][sumo][PATCH] xmlstarlet: Disable PARALLEL_MAKE (again)
@ 2018-09-10 18:40 Martin Jansa
2018-09-29 7:53 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2018-09-10 18:40 UTC (permalink / raw)
To: openembedded-devel
From: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>
---
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 = ""
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-29 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 18:40 [meta-oe][sumo][PATCH] xmlstarlet: Disable PARALLEL_MAKE (again) Martin Jansa
2018-09-29 7:53 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.