* [Buildroot] [PATCH v2] tinycbor: disable parallel build
@ 2016-12-16 22:30 Peter Seiderer
2016-12-17 13:20 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2016-12-16 22:30 UTC (permalink / raw)
To: buildroot
Maybe fixes ([1]):
make[1]: Entering directory `/home/peko/autobuild/instance-1/output/build/tinycbor-v0.4'
.config:8: *** missing separator. Stop.
[1] http://autobuild.buildroot.net/results/8e8fd1e19d6d07212f29e19a305712e715fe781b
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Changes v1 -> v2:
- remove included qt5base change added by mistake...
See [2] for discussion. If disabling parallel build does not work a
second attempt to fix this problem would be to pre-gnerate a .config
file before starting the compile.
[2] http://lists.busybox.net/pipermail/buildroot/2016-December/179783.html
---
package/tinycbor/tinycbor.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/tinycbor/tinycbor.mk b/package/tinycbor/tinycbor.mk
index 2691e5b8d..65deacd22 100644
--- a/package/tinycbor/tinycbor.mk
+++ b/package/tinycbor/tinycbor.mk
@@ -18,8 +18,10 @@ endif
TINYCBOR_MAKE_OPTS = $(TARGET_CONFIGURE_OPTS) V=1
+# disabled parallel build because of build failures while
+# producing the .config file
define TINYCBOR_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) $(TINYCBOR_MAKE_OPTS) -C $(@D)
+ $(TARGET_MAKE_ENV) $(MAKE1) $(TINYCBOR_MAKE_OPTS) -C $(@D)
endef
define TINYCBOR_INSTALL_STAGING_CMDS
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] tinycbor: disable parallel build
2016-12-16 22:30 [Buildroot] [PATCH v2] tinycbor: disable parallel build Peter Seiderer
@ 2016-12-17 13:20 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-12-17 13:20 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 16 Dec 2016 23:30:22 +0100, Peter Seiderer wrote:
> Maybe fixes ([1]):
>
> make[1]: Entering directory `/home/peko/autobuild/instance-1/output/build/tinycbor-v0.4'
> .config:8: *** missing separator. Stop.
>
> [1] http://autobuild.buildroot.net/results/8e8fd1e19d6d07212f29e19a305712e715fe781b
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Changes v1 -> v2:
> - remove included qt5base change added by mistake...
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-17 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 22:30 [Buildroot] [PATCH v2] tinycbor: disable parallel build Peter Seiderer
2016-12-17 13:20 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox