| Summary: | Typo in path checking | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Nick Leverton <nick> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Correct variable case in CWD path check. | ||
Thanks, committed. I also added the 2010.05 release to BZ. |
Created attachment 1987 [details] Correct variable case in CWD path check. Following applies to version 2010.05 but it's not in the BZ version list yet. Trivial typo in toolchain/dependencies/dependencies.sh means that check for having CWD in patch can fail to detect it. Attached patch should fix this. Nick