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 <[email protected]> --- 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 [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
