[oe] [meta-browser][PATCH 2/3] Disable CHROMIUM_ENABLE_WAYLAND in the x11 recipe
Fabio Berton
fabio.berton at ossystems.com.br
Fri Nov 18 17:51:26 UTC 2016
Hi Jacobo,
You need to skip package if x11 is not in DISTRO_FEATURES, like in your
chromium-wayland patch.
Thanks!
On Fri, Nov 18, 2016 at 3:06 PM, Jacobo Aragunde Pérez <jaragunde at igalia.com
> wrote:
> The chromium x11 recipe crashed when run with CHROMIUM_ENABLE_WAYLAND
> enabled, because it missed some steps that are performed in the
> chromium-wayland recipe. Doing this change, we eliminate one possible
> failure point.
>
> Running the chromium_*.bb recipe with CHROMIUM_ENABLE_WAYLAND on
> was crashing because it missed some steps that are performed in the
> chromium-wayland recipe. We remove one possible failure point.
>
> Signed-off-by: Jacobo Aragunde Pérez <jaragunde at igalia.com>
> ---
> recipes-browser/chromium/chromium_52.0.2743.76.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-browser/chromium/chromium_52.0.2743.76.bb
> b/recipes-browser/chromium/chromium_52.0.2743.76.bb
> index 14b519c..ea23a6b 100644
> --- a/recipes-browser/chromium/chromium_52.0.2743.76.bb
> +++ b/recipes-browser/chromium/chromium_52.0.2743.76.bb
> @@ -1,3 +1,5 @@
> +CHROMIUM_ENABLE_WAYLAND = "0"
> +
> include chromium-browser.inc
>
> DEPENDS += "xextproto gtk+ libxi libxss"
> --
> 2.1.4
>
> --
> _______________________________________________
> 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