diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:32 +0000 |
commit | e8d3a6407b7b5e28a0042c68ae20c8034545ebad (patch) | |
tree | a8c53370e3b64199fe663d8476df2fe3ffd1d82c | |
parent | 613e84c9efc349ae3b6296cce583e09739ab1fa8 (diff) | |
download | poky-e8d3a6407b7b5e28a0042c68ae20c8034545ebad.tar.gz |
kmscube: upgrade to latest revision
(From OE-Core rev: 17eee4095da69a4d19e28031fd4f67ba67c54cbd)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/kmscube/kmscube_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 82720045b3..a1a295f660 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" | 7 | LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" |
8 | 8 | ||
9 | SRCREV = "f632b23a528ed6b4e1fddd774db005c30ab65568" | 9 | SRCREV = "76bb57d539cb43d267e561024c34e031bf351e04" |
10 | SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \ | 10 | SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \ |
11 | file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch" | 11 | file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch" |
12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |