From 03ee66d038e31e7a3325ac008d1560a07b4a1007 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 13 Jan 2020 14:28:57 +0100 Subject: [PATCH] weston: sync with meta-fsl-bsp-release branch sumo-4.14.98-2.3.0 Update SRCREV and add missing do_install() logic. https://jira.digi.com/browse/DEL-6932 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/recipes-graphics/wayland/weston_5.0.0.imx.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-graphics/wayland/weston_5.0.0.imx.bb b/meta-digi-dey/recipes-graphics/wayland/weston_5.0.0.imx.bb index 6e3426145..7e4ea7824 100644 --- a/meta-digi-dey/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/meta-digi-dey/recipes-graphics/wayland/weston_5.0.0.imx.bb @@ -17,7 +17,7 @@ SRC_URI = "${WESTON_SRC};branch=${SRCBRANCH} \ file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ file://0003-weston-touch-calibrator-Advertise-the-touchscreen-ca.patch \ " -SRCREV = "b85441fbc9e321931fb7ca833555d740beca054d" +SRCREV = "73a26456e43b6d4f72f0a995d437590065cafb15" S = "${WORKDIR}/git" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" @@ -155,6 +155,9 @@ do_install_append() { uncomment "use-g2d=1" weston.ini ;; esac + if "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'true', 'false', d)}"; then + uncomment "xwayland=true" weston.ini + fi cd - fi }