On 2015-07-01 02:22, Robert Yang wrote:
Hi Gary,
On 07/01/2015 04:55 AM, 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.
Signed-off-by: Gary Thomas <[email protected]>
---
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] = ""
Since you don't really use PACKAGECONFIG, why not use
ANY_OTHER_VALUE_YOU_LIKE rather than PACKAGECONFIG to configure it ?
No, it's much better to use the standard mechanism (PACKAGECONFIG) rather
than making up something special for this recipe. The patch is needed only
to suppress warnings about how it's being used.
+
GYP_DEFINES += "${ARMFPABI}
release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
do_configure() {
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel