| Summary: | CMake host packages cannot provide CONF_ENV | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Olivier <ovalentin> |
| Component: | Other | Assignee: | Yann E. MORIN <yann.morin.1998> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2016.08 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Add environment uppon configuration | ||
Olivier, All, Patch looks OK. Can you submit it to the mailing list, please? As the manual states, we do not take patches from the bug tracker. https://buildroot.org/downloads/manual/manual.html#submitting-patches Regards, Yann E. MORIN. Fixed in git by Thomas, thanks: https://git.buildroot.org/buildroot/commit/?id=fc4250119582043bf57a6296ae0264aa95f97fac Notice that the description is backwards, this in fact is adding it for host packages. |
Created attachment 6871 [details] Add environment uppon configuration When building an host package, HOST_*_CONF_ENV is not installed in the environment during the configuration. Providing with a patch suggestion, thanks.