From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 11 Nov 2019 16:26:12 +0100 Subject: [Buildroot] [PATCH 1/1] package/libsvgtiny: disable parallel build In-Reply-To: <20191111092508.12899-1-fontaine.fabrice@gmail.com> References: <20191111092508.12899-1-fontaine.fabrice@gmail.com> Message-ID: <20191111162612.5f3dbecf@windsurf.home> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, 11 Nov 2019 10:25:08 +0100 Fabrice Fontaine wrote: > Build can sometimes fails on: > > src/svgtiny.c:21:10: fatal error: autogenerated_colors.c: No such file or directory > #include "autogenerated_colors.c" > ^~~~~~~~~~~~~~~~~~~~~~~~ > > because svgtiny.c does not properly depends on autogenerated_colors.c > that is built by gperf. So, just disable parallel build instead of > trying to fix this issue especially because libsvgtiny uses the netsurf > buildsystem > > Fixes: > - http://autobuild.buildroot.org/results/48e7a7f7c72634d59cca817778d31661bfe8e72f > > Signed-off-by: Fabrice Fontaine > --- > package/libsvgtiny/libsvgtiny.mk | 2 ++ > 1 file changed, 2 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com