[oe] unable to compile eglibc_2.18

Paul Eggleton paul.eggleton at linux.intel.com
Tue Oct 1 12:37:44 UTC 2013


On Tuesday 01 October 2013 13:38:56 Anup Kini wrote:
> Hence i used DISTRO_FEATURES += "opengl x11"

To round this off, you cannot use += to set DISTRO_FEATURES in local.conf 
because the default value of DISTRO_FEATURES is set with ?= in the Poky / OE-
Core distro configuration, and that is parsed after local.conf, thus if you set 
it to anything in local.conf the ?= statement containing all of the other 
normal values will not apply. Use _append instead which takes effect at the end 
of parsing, or more appropriately create your own distro configuration to set 
the value.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-devel mailing list