summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-04 21:07:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:20:32 +0000
commit3fff576f6b1c6a6b26dd759b47b1aad5b4e2fb86 (patch)
treee3f47d66ceea29748b1db3a7a3bf3be234f6c67a /meta/recipes-graphics
parent9b4e6b2bc49280ca8a9777d9e383014227af55ee (diff)
downloadpoky-3fff576f6b1c6a6b26dd759b47b1aad5b4e2fb86.tar.gz
vulkan-samples: update to latest revision
(From OE-Core rev: 69e3758a820a2283ec19f4fcf217a0065ef2ad96) 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-samples_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 980557a3b9..3785723232 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -9,7 +9,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \
9 " 9 "
10 10
11UPSTREAM_CHECK_COMMITS = "1" 11UPSTREAM_CHECK_COMMITS = "1"
12SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6" 12SRCREV = "b4fe3addff337f3c264a6f7dd62be60c726fcc03"
13 13
14UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 14UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"