package/canfestival: don't build in parallel
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 22 Aug 2015 21:34:50 +0000 (23:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Aug 2015 18:53:44 +0000 (20:53 +0200)
commit2f8b46c8f5c06273c91f4e33a52bd1795c0bfba7
treec5826fb9c141a0a98e5fda639c92ac26c3b944f2
parentfc56d0fc9b5835baf6d224817e227f689267d709
package/canfestival: don't build in parallel

The Makefiles for canfestival are not correctly written, which leads to
multiple warnings such as:

    make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.

Since canfestival is relatively small, it builds in less than 6s here
when not in parallell, while a parallel build takes 5s.

Just disable parallel build to avoid future surprises.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/canfestival/canfestival.mk