diff options
| author | Peter Seiderer <ps.report@gmx.net> | 2016-12-16 23:30:22 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-17 14:19:56 +0100 |
| commit | 5b9450996caad1a567f807a7403b6201ea033981 (patch) | |
| tree | cedd67d1a357633aba40b4db10a2f85998bfb46b /package/tinycbor | |
| parent | c14e749957d49adf2c30975a0678003419592844 (diff) | |
| download | buildroot-5b9450996caad1a567f807a7403b6201ea033981.tar.gz buildroot-5b9450996caad1a567f807a7403b6201ea033981.zip | |
tinycbor: disable parallel build
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinycbor')
| -rw-r--r-- | package/tinycbor/tinycbor.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/tinycbor/tinycbor.mk b/package/tinycbor/tinycbor.mk index 2691e5b8d3..65deacd22b 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 |

