| Summary: | apply-patches.sh does not work recursively | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Daniel Mentz <daniel> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch | ||
Patch updated with a testcase and sent to the list, awaiting integration. Fixed in 14cdf705c678d1ddb9705ea577a42b6b647f96c7, thanks |
Created attachment 5018 [details] Patch scan_patchdir is meant to work recursively. As it stands today, it doesn't quite work because it defines the variable "path" as global instead of local. Recursive invocations overwrite the value of the previous invocation.