summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-02 20:46:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commit536acf57d748ee57bd294fc8fedfaad3c76f97ba (patch)
tree04dc43849f06ca651c48efb8465cf52e3d2b6aa8
parent0fea26cb9a8d70e26a1f09828b6e6d61b24cd7d6 (diff)
downloadpoky-536acf57d748ee57bd294fc8fedfaad3c76f97ba.tar.gz
vulkan-samples: update to latest SHA
(From OE-Core rev: 9af4bb9eacaba0de69cc73eac08058fa71408c34) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 7e70cf1f04..52a9ee75fe 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=main;protoc
12 " 12 "
13 13
14UPSTREAM_CHECK_COMMITS = "1" 14UPSTREAM_CHECK_COMMITS = "1"
15SRCREV = "3df7dba1b1f428f24cd9a242af78540a518f4b67" 15SRCREV = "2307c3eb5608cb1205fa3514b3a31dbfb857d00c"
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"