aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/wayland/weston.inc
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-07-14 19:00:59 +0700
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-25 08:42:51 +0700
commitb69c97fe61908af35e8a15fb15c4d4eafe35ee7a (patch)
treedf21a53346706325a85696febd2c48e765182cc3 /meta-rcar-gen3/recipes-graphics/wayland/weston.inc
parent03fb4ddaf6446f57fab4b0a041723b1ed8c6cebb (diff)
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 <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston.inc')
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/weston.inc1
1 files changed, 0 insertions, 1 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)}"