summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorJeff Wannamaker <jeff_wannamaker@cable.comcast.com>2018-01-27 12:45:23 -0500
committerAndrei Gherzan <andrei@gherzan.com>2018-02-02 11:13:24 +0000
commitee668d80729d093d3f2f32af6402424659d30605 (patch)
treeb8db3f3342087c735ce8793f476fb1b38567a4f7 /recipes-graphics/userland/userland_git.bb
parent073f1e845eb1d3807069644bc535fefe8c013a64 (diff)
downloadmeta-raspberrypi-ee668d80729d093d3f2f32af6402424659d30605.tar.gz
userland: Update to latest master
Add patch to allow multiple wayland clients per process userland has limit of one wayland client per process and thereby allow compositors to launch multiple wayland client apps Signed-off-by: Jeff Wannamaker <jeff_wannamaker@cable.comcast.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index bf0e672..de0b3c7 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -14,11 +14,11 @@ COMPATIBLE_MACHINE = "^rpi$"
14 14
15SRCBRANCH = "master" 15SRCBRANCH = "master"
16SRCFORK = "raspberrypi" 16SRCFORK = "raspberrypi"
17SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60" 17SRCREV = "1c3a9eb76da9d6107cadd360301cf20004496b04"
18 18
19# Use the date of the above commit as the package version. Update this when 19# Use the date of the above commit as the package version. Update this when
20# SRCREV is changed. 20# SRCREV is changed.
21PV = "20171114" 21PV = "20180130"
22 22
23SRC_URI = "\ 23SRC_URI = "\
24 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 24 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
@@ -37,6 +37,7 @@ SRC_URI = "\
37 file://0013-Implement-triple-buffering-for-wayland.patch \ 37 file://0013-Implement-triple-buffering-for-wayland.patch \
38 file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ 38 file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \
39 file://0015-EGL-glplatform.h-define-EGL_CAST.patch \ 39 file://0015-EGL-glplatform.h-define-EGL_CAST.patch \
40 file://0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch \
40" 41"
41S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"
42 43