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

Gary Thomas gary at mlbassoc.com
Tue Jun 30 19:29:56 UTC 2015


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 <gary at mlbassoc.com>
---
 recipes-browser/chromium/chromium.inc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index 8e83f6a..611929e 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -17,6 +17,14 @@ PACKAGECONFIG ??= "use-egl"
 # automatically and silently fall back to GLX
 PACKAGECONFIG[use-egl] = ",,virtual/egl virtual/libgles2"
 
+# Additional PACKAGECONFIG options - listed here to avoid warnings
+PACKAGECONFIG[use-gl] = ""
+PACKAGECONFIG[component-build] = ""
+PACKAGECONFIG[ignore-lost-context] = ""
+PACKAGECONFIG[component-build] = ""
+PACKAGECONFIG[impl-side-painting] = ""
+PACKAGECONFIG[disable-api-keys-info-bar] = ""
+
 GYP_DEFINES += "${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
 
 do_configure() {
-- 
1.9.1




More information about the Openembedded-devel mailing list