From b733169c0e23dd5fc900fd56b759cf32ab1633dc Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Thu, 13 Jul 2017 11:00:21 +0700 Subject: rcar-gen3: wayland-kms: Update SRCREV to follow the latest version This commit updates wayland-kms SRCREV for below changes: - Fix static code analysis tool warnings. - Change wl_kms structure instance name. - Uninitialize resources for kms authentication. - Fix -Wparenthese and unused variable compiling warnings. - Link libwayland-client before libwayland-server. - Measures of problem that EGL application program cannot be started on wayland-backend (Weston is multiple started). Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb b/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb index 23ffcca..0346162 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb +++ b/meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ PV_append = "+git${SRCREV}" -SRCREV = "a1539fe24125d581c53a18e1e6b6d4958f672a77" +SRCREV = "15184e5bd3701938a6b30b8f03b471477fc742e8" SRC_URI = "git://github.com/renesas-rcar/wayland-kms.git;branch=rcar-gen3" COMPATIBLE_MACHINE = "(r8a7795|r8a7796)" -- cgit 1.2.3-korg