Bug 8111

Summary: 2015.05.rc2 LIBFOO_CONF_OPTS not working
Product: buildroot Reporter: Albert <albert.david>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Albert 2015-05-16 03:48:03 UTC
in 2015.05.rc2, for host-cmake-package following line has no effect
LIBFOO_CONF_OPTS = -DBUILD_DEMOS=ON
Comment 1 Thomas Petazzoni 2015-05-16 11:52:03 UTC
Of course, <foo>_CONF_OPTS only affect target packages. You should use HOST_<foo>_CONF_OPTS for host packages.