From b69c97fe61908af35e8a15fb15c4d4eafe35ee7a Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Fri, 14 Jul 2017 19:00:59 +0700 Subject: rcar-gen3: weston: Update recipe and SRCREV to follow the latest version weston/v4l2-renderer doesn't have dependency with media-ctl. Hence, this commit removes media-ctl from weston RDEPENDS list and updates weston SRCREV for below fixes: [v4l2-renderer] - Handle failed to prepare composition. - Fix according to static code analysis tool. - Change media device information output format. - Check number of planes at importing dmabuf. [vsp2-renderer] - Fix according to static code analysis tool. [weston] - Output is destroyed by memory leak (HDMI cable is pulled out). Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/weston.inc | 1 - meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston.inc b/meta-rcar-gen3/recipes-graphics/wayland/weston.inc index 68fd83e..f5b0e4f 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston.inc +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston.inc @@ -7,7 +7,6 @@ DEPENDS_append = " \ RDEPENDS_${PN}_append = " \ ${@base_conditional('USE_GLES', '1', ' libgbm', '', d)} \ - ${@base_conditional('USE_MULTIMEDIA', '1', ' media-ctl', '', d)} \ " RDEPENDS_${PN}-examples_append = " \ ${@base_conditional('USE_GLES', '1', ' libgbm', '', d)}" diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend index 22f82ba..fc41252 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend @@ -4,7 +4,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BRANCH = "rcar-gen3/1.11.0/gl-fallback" -SRCREV = "a9df84304f6fcf8025beae998adcc4b02d8b968e" +SRCREV = "68d84325d3b7ef0612f79e8280b91c4a1a6dfebc" SRC_URI = " \ git://github.com/renesas-rcar/weston.git;branch=${BRANCH} \ -- cgit 1.2.3-korg