| Summary: | usb_modeswitch installation race condition | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Joonas Harjumäki <jharjuma> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2020.02.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Joonas Harjumäki
2020-05-16 16:40:10 UTC
Hi, Thanks for your bug report and for pointing out a potential solution. You can find a patch fixing this issue here: https://patchwork.ozlabs.org/project/buildroot/patch/20200517090528.1724124-1-fontaine.fabrice@gmail.com/ However, instead of disabling parallel install, I updated the install target to avoid rebuilding usb_modeswitch_dispatcher during the install step. Can you confirm that this solution is also acceptable and fix your issue? Best Regards, Fabrice Thanks, it works too! Why the patched has not yet been merged to master? |