bandwidthd: don't build in parallel 13173/head
authorRosen Penev <rosenp@gmail.com>
Wed, 19 Aug 2020 21:29:38 +0000 (14:29 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Aug 2020 21:29:38 +0000 (14:29 -0700)
There are intermittent build failures on the buildbots because of this.
I see the same build failures locally as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/bandwidthd/Makefile

index 6e3344c3a223bf395f655bb9de5ecfa270e33749..53e2a6fe0eef50b0b951f6dd35f5484e04da92c6 100644 (file)
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
 PKG_LICENSE:=GPL-2.0-or-later
 
 PKG_FIXUP:=autoreconf
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
 
 include $(INCLUDE_DIR)/package.mk