summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/kmscube/kmscube_git.bb
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-03-02 18:51:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:43:10 -0800
commiteee3ee5c5b719b65fe50a000d501c2f1c9c27767 (patch)
tree24eeed926d4c9075f497547548b32724a0b5c090 /meta/recipes-graphics/kmscube/kmscube_git.bb
parentd1e6aa57f7ee44b92c3a2ec740b806c17254814a (diff)
downloadpoky-eee3ee5c5b719b65fe50a000d501c2f1c9c27767.tar.gz
kmscube: Add patch for missing GBM function
Some implementations of GBM, like the one included with libMali, do not have gbm_bo_map() nor gbm_bo_unmap(). This patch enables kmscube to work with those implementations even if it doesn't work as great. (From OE-Core rev: 54615151da5e8c77c803947ce5760d06c1691c58) Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/kmscube/kmscube_git.bb')
-rw-r--r--meta/recipes-graphics/kmscube/kmscube_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 4265f8a8dc..5b64ed6438 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -7,7 +7,8 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins
7LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" 7LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
8 8
9SRCREV = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e" 9SRCREV = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e"
10SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git" 10SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
11 file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
11UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"