summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-08 09:46:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:14:00 +0100
commite89492a25dae7ae5b2a3146056acc674567ae8fd (patch)
treea6b12408dd3cc993322fbb0a622e4b6245e9ecb2 /meta/recipes-graphics
parent3d5ff2607143c6f3e81e4759a42429db1220eb1f (diff)
downloadpoky-e89492a25dae7ae5b2a3146056acc674567ae8fd.tar.gz
vulkan-demos: upgrade to latest revision
(From OE-Core rev: 3922eaf495f29be29cf685556935deb9649bae24) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-demos_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
index 9d7cb2b1e8..9484f010c0 100644
--- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \
14 file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ 14 file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \
15 " 15 "
16UPSTREAM_CHECK_COMMITS = "1" 16UPSTREAM_CHECK_COMMITS = "1"
17SRCREV = "10a1ecaf7bbcbc316c83f7c52742baaba0ae2f45" 17SRCREV = "4818f85916bf88c1ca8c2ed1a46e0e758651489e"
18UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 18UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20