Bug 9616 - CMake host packages cannot provide CONF_ENV
Summary: CMake host packages cannot provide CONF_ENV
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.08
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Yann E. MORIN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-26 10:05 UTC by Olivier
Modified: 2017-02-26 21:50 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Add environment uppon configuration (491 bytes, patch)
2017-01-26 10:05 UTC, Olivier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier 2017-01-26 10:05:57 UTC
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.
Comment 1 Yann E. MORIN 2017-01-26 20:14:31 UTC
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.
Comment 2 Peter Korsgaard 2017-02-26 21:50:31 UTC
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.