summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb28
1 files changed, 15 insertions, 13 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index accc707..0189a16 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -16,22 +16,24 @@ COMPATIBLE_MACHINE = "raspberrypi"
16 16
17SRCBRANCH = "master" 17SRCBRANCH = "master"
18SRCFORK = "raspberrypi" 18SRCFORK = "raspberrypi"
19SRCREV = "748b2ba6112435063352d72f48d1d6dcc124bd6f" 19SRCREV = "2f56a2943a9eb8420df52ccf91f5a1c5a70e8713"
20 20
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
23 file://0002-set-VMCS_INSTALL_PREFIX-to-usr.patch \ 23 file://0001-set-VMCS_INSTALL_PREFIX-to-usr.patch \
24 file://0003-cmake-generate-and-install-pkgconfig-files.patch \ 24 file://0002-cmake-generate-and-install-pkgconfig-files.patch \
25 file://0005-Allow-applications-to-set-next-resource-handle.patch \ 25 file://0003-Allow-applications-to-set-next-resource-handle.patch \
26 file://0006-wayland-Add-support-for-the-Wayland-winsys.patch \ 26 file://0004-wayland-Add-support-for-the-Wayland-winsys.patch \
27 file://0007-wayland-Add-Wayland-example.patch \ 27 file://0005-wayland-Add-Wayland-example.patch \
28 file://0008-wayland-egl-Add-bcm_host-to-dependencies.patch \ 28 file://0006-wayland-egl-Add-bcm_host-to-dependencies.patch \
29 file://0009-interface-remove-faulty-assert-to-make-weston-happy-.patch \ 29 file://0007-interface-remove-faulty-assert-to-make-weston-happy-.patch \
30 file://0010-zero-out-wl-buffers-in-egl_surface_free.patch \ 30 file://0008-zero-out-wl-buffers-in-egl_surface_free.patch \
31 file://0011-initialize-front-back-wayland-buffers.patch \ 31 file://0009-initialize-front-back-wayland-buffers.patch \
32 file://0012-Remove-RPC_FLUSH.patch \ 32 file://0010-Remove-RPC_FLUSH.patch \
33 file://0013-fix-cmake-dependency-race.patch \ 33 file://0011-fix-cmake-dependency-race.patch \
34 file://0014-Fix-enum-conversion-warnings.patch \ 34 file://0012-Fix-enum-conversion-warnings.patch \
35 file://0013-Fix-for-framerate-with-nested-composition.patch \
36 file://0014-Fix-errors-due-to-ignored-return-code.patch \
35" 37"
36S = "${WORKDIR}/git" 38S = "${WORKDIR}/git"
37 39