| Summary: | [PATCH] package/skeleton-common fix recursive variable | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Stefan Becker <chemobejk> |
| Component: | Other | Assignee: | Yann E. MORIN <yann.morin.1998> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | arnout, buildroot, thomas.petazzoni, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
patch for skeleton-common.mk
patch for skeleton-common.mk (with Signed-off-by: line) |
||
Stefan, Can you please add your Signed-off-by line and send it to the list, please? Thanks! Regards, Yann E. MORIN. (In reply to Yann E. MORIN from comment #1) Done, at least "git send-email" didn't print any error message... Created attachment 7151 [details]
patch for skeleton-common.mk (with Signed-off-by: line)
Thanks. Patch applied! |
Created attachment 7141 [details] patch for skeleton-common.mk This fixes a recursive variable definition introduced by the refactoring in commit 120307520f69f801bf05df1d2fd3433c6d498551. Simply rename the hook to remove the recursion.