​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 <jaragu...@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 <jaragu...@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to