All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH v2] chromium: List all PACKAGECONFIG settings to avoid warning
@ 2015-06-30 20:55 Gary Thomas
  2015-07-01  8:22 ` Robert Yang
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2015-06-30 20:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: 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 <gary@mlbassoc.com>
---
 recipes-browser/chromium/chromium.inc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index 8e83f6a..973d1c9 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -17,6 +17,13 @@ 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[component-build] = ""
+PACKAGECONFIG[disable-api-keys-info-bar] = ""
+PACKAGECONFIG[ignore-lost-context] = ""
+PACKAGECONFIG[impl-side-painting] = ""
+PACKAGECONFIG[use-gl] = ""
+
 GYP_DEFINES += "${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
 
 do_configure() {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-01 19:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 20:55 [meta-browser][PATCH v2] chromium: List all PACKAGECONFIG settings to avoid warning Gary Thomas
2015-07-01  8:22 ` Robert Yang
2015-07-01 14:12   ` Gary Thomas
2015-07-01 15:47     ` Burton, Ross
2015-07-01 15:54       ` Gary Thomas
2015-07-01 19:36       ` Max Krummenacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.