diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-13 11:00:21 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-25 08:42:51 +0700 |
commit | b733169c0e23dd5fc900fd56b759cf32ab1633dc (patch) | |
tree | 76c0784910680258db9b7ecf1e6ef7f92be59bb2 /meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb | |
parent | b69c97fe61908af35e8a15fb15c4d4eafe35ee7a (diff) |
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 <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/wayland-kms_1.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |