Bug 8111 - 2015.05.rc2 LIBFOO_CONF_OPTS not working
Summary: 2015.05.rc2 LIBFOO_CONF_OPTS not working
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 03:48 UTC by Albert
Modified: 2015-05-16 11:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.