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

Andre McCurdy armccurdy at gmail.com
Tue Jun 30 19:46:26 UTC 2015


On Tue, Jun 30, 2015 at 12:29 PM, Gary Thomas <gary at mlbassoc.com> 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 <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] = ""
> +

The "component-build" PACKAGECONFIG is duplicated.

Maybe the list should be sorted too, unless there's a special
significance to the current order.


>  GYP_DEFINES += "${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
>
>  do_configure() {
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list