Re: [oe] [meta-browser][PATCH] chromium: List all PACKAGECONFIG settings to avoid warning

2015-06-30 Thread Andre McCurdy
On Tue, Jun 30, 2015 at 12:29 PM, Gary Thomas wrote: > OE-core now warns if PACKAGECONFIG is used to set an option that > does not have a corresponding PACKAGECONFIG[option]="xxx" line. > This recipe makes use of many such options & this patch suppresses > those warnings by listing the options. >

[oe] [meta-browser][PATCH] chromium: List all PACKAGECONFIG settings to avoid warning

2015-06-30 Thread Gary Thomas
OE-core now warns if PACKAGECONFIG is used to set an option that does not have a corresponding PACKAGECONFIG[option]="xxx" line. This recipe makes use of many such options & this patch suppresses those warnings by listing the options. Signed-off-by: Gary Thomas --- recipes-browser/chromium/chrom