summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_2.0.0.bb
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2017-11-25 22:47:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-11 22:02:59 +0000
commit2c03e1984af7b900bb335e7931f4c66744620f1a (patch)
treeb926c8144845590916485aa074fa9bbc57dd0961 /meta/recipes-graphics/wayland/weston_2.0.0.bb
parent7e2a26a041f96a2bb51c6711a716ef006ef54113 (diff)
downloadpoky-2c03e1984af7b900bb335e7931f4c66744620f1a.tar.gz
weston: add patch to set pitch correctly for subsampled textures
This fixes display issue with YUV420/I420 and NV12 formats, that can result in crash of weston. The master branch has this fix as part of commit 148920f3971d "weston: Bump version to 3.0.0". The patch has been rebased to apply cleanly to weston 2.0.0. (From OE-Core rev: bdf87b453867d2f74d97c0a7e0f71902a47b11fb) Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_2.0.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_2.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_2.0.0.bb b/meta/recipes-graphics/wayland/weston_2.0.0.bb
index 54b07bd6b9..063494c9a7 100644
--- a/meta/recipes-graphics/wayland/weston_2.0.0.bb
+++ b/meta/recipes-graphics/wayland/weston_2.0.0.bb
@@ -12,6 +12,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
12 file://0001-configure.ac-Fix-wayland-protocols-path.patch \ 12 file://0001-configure.ac-Fix-wayland-protocols-path.patch \
13 file://xwayland.weston-start \ 13 file://xwayland.weston-start \
14 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ 14 file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
15 file://weston-gl-renderer-Set-pitch-correctly-for-subsampled-textures.patch \
15" 16"
16SRC_URI[md5sum] = "15f38945942bf2a91fe2687145fb4c7d" 17SRC_URI[md5sum] = "15f38945942bf2a91fe2687145fb4c7d"
17SRC_URI[sha256sum] = "b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8" 18SRC_URI[sha256sum] = "b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8"