package/most: disable parallel build
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 14 Apr 2019 10:00:26 +0000 (12:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Apr 2019 12:57:07 +0000 (14:57 +0200)
commit152a3f0be3ae180a470c7a7d86b363bd0af18d02
treef7af994d07afed8e11d2cab2a8f24a5a893a823f
parent6ee3404bb7a7a0d83afc5ef16796f4abdcc93c0b
package/most: disable parallel build

The hand-written Makefile is not parallel-build safe: the objs directory
is created in a separate rule, but the rules that create files in that
directory don't depend on it.

Although this relatively simple to fix, upstream clearly doesn't care
about parallel builds so it is likely to break again in the future.
Since most consists of just a dozen source files, just disable parallel
build.

Fixes:
http://autobuild.buildroot.net/results/c7540203a8eadad3f324f0d7e7fe66a526d4a2e9

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Sven Oliver Moll <buildroot@svol.li>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/most/most.mk