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>
This commit is contained in:
Jeff Wannamaker
2018-01-27 12:45:23 -05:00
committed by Andrei Gherzan
parent 073f1e845e
commit ee668d8072
17 changed files with 197 additions and 51 deletions
+3 -2
View File
@@ -14,11 +14,11 @@ COMPATIBLE_MACHINE = "^rpi$"
SRCBRANCH = "master"
SRCFORK = "raspberrypi"
SRCREV = "bc3c52a51315399a9f31ed24049eb4bc81fd1c60"
SRCREV = "1c3a9eb76da9d6107cadd360301cf20004496b04"
# Use the date of the above commit as the package version. Update this when
# SRCREV is changed.
PV = "20171114"
PV = "20180130"
SRC_URI = "\
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
@@ -37,6 +37,7 @@ SRC_URI = "\
file://0013-Implement-triple-buffering-for-wayland.patch \
file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \
file://0015-EGL-glplatform.h-define-EGL_CAST.patch \
file://0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch \
"
S = "${WORKDIR}/git"