diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-04 21:07:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:32 +0000 |
commit | 3fff576f6b1c6a6b26dd759b47b1aad5b4e2fb86 (patch) | |
tree | e3f47d66ceea29748b1db3a7a3bf3be234f6c67a /meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |
parent | 9b4e6b2bc49280ca8a9777d9e383014227af55ee (diff) | |
download | poky-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/vulkan/vulkan-samples_git.bb')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 |
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 | ||
11 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6" | 12 | SRCREV = "b4fe3addff337f3c264a6f7dd62be60c726fcc03" |
13 | 13 | ||
14 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |