[oe] [meta-browser] New chromium warnings

Burton, Ross ross.burton at intel.com
Tue Jun 30 19:10:20 UTC 2015


On 30 June 2015 at 16:46, Gary Thomas <gary at mlbassoc.com> wrote:

> They are coming from
> meta-fsl-arm/browser-layer/recipes-browser/chromium/chromium-imx.inc
> and my local.conf.  The chromium recipe checks the PACKAGECONFIG variable
> for these settings, but is not using PACKAGECONFIG the normal way.  It's
> just the warnings that are new.
>
> I suspect the chromium recipe(s) need to be rewritten to play nice
> with PACKAGECONFIG...
>

I'm pleased we've got the warning, but recipes that are using a
PACKAGECONFIG variable to configure stuff but then not actually using the
PACKAGECONFIG machinery now need to add stub definitions for each of the
flags they're using:

PACKAGECONFIG[use-gl] = ""
etc

Ross



More information about the Openembedded-devel mailing list