summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-12-28 21:04:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-31 11:53:26 +0000
commit8df315fcf67270572891dec9c4aa94fbacdf58bd (patch)
treef817568c113554614bc19e46fc49bd7e1a337e31 /meta/recipes-graphics
parentb917439cb9df4e9f855fc8929e9f3d7dc2ffe6f1 (diff)
downloadpoky-8df315fcf67270572891dec9c4aa94fbacdf58bd.tar.gz
vulkan-samples: update to latest revision
(From OE-Core rev: e1ffe54edb93c9e7130b0771c9f0bf409dc637cc) 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 3785723232..896b248327 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 = "b4fe3addff337f3c264a6f7dd62be60c726fcc03" 12SRCREV = "fdc8fab1a520df5566de3eda7b526b24f04e6379"
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"