[oe] [meta-browser][PATCH 2/3] Disable CHROMIUM_ENABLE_WAYLAND in the x11 recipe

Jacobo Aragunde Pérez jaragunde at igalia.com
Fri Nov 18 17:06:09 UTC 2016


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




More information about the Openembedded-devel mailing list