Bug 9616

Summary: CMake host packages cannot provide CONF_ENV
Product: buildroot Reporter: Olivier <ovalentin>
Component: OtherAssignee: 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

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.