diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-22 19:07:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-24 13:03:23 +0100 |
commit | a554109af857b7b53598c5a9e0ee1d2729da73df (patch) | |
tree | e04a6701e9f94f3c8726b53163f0255b116bf11d /package/python-numpy | |
parent | c3540f1ccb2730346a1078d43dbc6c9935482f6f (diff) | |
download | buildroot-a554109af857b7b53598c5a9e0ee1d2729da73df.tar.gz buildroot-a554109af857b7b53598c5a9e0ee1d2729da73df.zip |
package/usb_modeswitch: disable parallel build
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-numpy')
0 files changed, 0 insertions, 0 deletions