| Summary: | mtd-utils build fails due to missing libmtd | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Patrick Ziegler <patrick.ziegler> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.11 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Fix Build of ubi tools if no other mtd tool was built | ||
|
Description
Patrick Ziegler
2010-11-08 15:54:15 UTC
Created attachment 2659 [details]
Fix Build of ubi tools if no other mtd tool was built
Buildroot version: 2010.11-rc1 If only ubi tools shall be build from mtd-utils, the libmtd.a will not be build but is in fact a dependency of some ubi tools (e.g. ubiattach). The previous attached patch fixes this problem for me by building libmtd.a explicit as soon as an ubi tool shall be build. Thanks, committed a simplified (always just build libmtd.a) version to git. |