[Buildroot] [PATCH 1/1] usb_modeswitch: disable parallel build

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 24 12:03:56 UTC 2018


Hello,

On Thu, 22 Nov 2018 19:07:46 +0100, Fabrice Fontaine wrote:
> Build of package will sometime fails because of the following issue:
> install-static target has two dependencies: dispatcher-static and
> install-common
> 
> Because dispatcher-static is not a file but only a target, it will
> always be called to build usb_modeswitch_dispatcher.
> So, even if install-common depends on usb_modeswitch_dispatcher, in some
> rare cases, install-static won't be able to install
> usb_modeswitch_dispatcher because it is being rebuild by
> dispatcher-static
> 
> To fix this issue, disable parallel build
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/8297be35725b816ff5afaf909605ceb41223efb6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/usb_modeswitch/usb_modeswitch.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks. It would be nice to report the issue
upstream. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list