diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-14 19:00:59 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-25 08:42:51 +0700 |
commit | b69c97fe61908af35e8a15fb15c4d4eafe35ee7a (patch) | |
tree | df21a53346706325a85696febd2c48e765182cc3 /meta-rcar-gen3/recipes-graphics/wayland | |
parent | 03fb4ddaf6446f57fab4b0a041723b1ed8c6cebb (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')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston.inc | 1 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | 2 |
2 files changed, 1 insertions, 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} \ |