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.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index d78a7c9..5ea48e1 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -10,6 +10,8 @@ PR = "r5"
10PROVIDES = "virtual/libgles2 \ 10PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12 12
13RPROVIDES_${PN} += "libgles2 libgl"
14
13COMPATIBLE_MACHINE = "raspberrypi" 15COMPATIBLE_MACHINE = "raspberrypi"
14 16
15SRCBRANCH = "master" 17SRCBRANCH = "master"
@@ -33,6 +35,7 @@ SRC_URI = "\
33 file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \ 35 file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \
34 file://0014-initialize-front-back-wayland-buffers.patch \ 36 file://0014-initialize-front-back-wayland-buffers.patch \
35 file://0015-Remove-RPC_FLUSH.patch \ 37 file://0015-Remove-RPC_FLUSH.patch \
38 file://0016-define-PROJECT_APIVER.patch \
36" 39"
37S = "${WORKDIR}/git" 40S = "${WORKDIR}/git"
38 41