summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-12-30 19:38:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-31 17:08:29 +0000
commitc1aab785eb499437e927401f1d9e49339a52963e (patch)
tree2626965653883ab03b9177ccb87ccb8edd2ab8e3 /meta
parent65ead8a86e0e0a95dd2380589ce466cbcf36aac1 (diff)
downloadpoky-c1aab785eb499437e927401f1d9e49339a52963e.tar.gz
vulkan-samples: update to latest revision
(From OE-Core rev: a9cede6ebfbf836401d456d614f95910dfed803e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 d0b3458e1b..de90a88502 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot
12 " 12 "
13 13
14UPSTREAM_CHECK_COMMITS = "1" 14UPSTREAM_CHECK_COMMITS = "1"
15SRCREV = "74d45aace02d99d766126711a8aaa0978276ca00" 15SRCREV = "8b945bebf8b2fd987dcf0eeca048068adf4ea44d"
16 16
17UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 17UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"