summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-08 11:59:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-09 08:56:10 +0000
commitd8fe22e05f94d4cd477a062d81a553b5682743db (patch)
tree9cdc42dd836ef2492d940c0945366cfbcf8ddeb7 /meta/recipes-graphics/vulkan/vulkan-samples_git.bb
parente7893545113b0d0c6581c75ddabac6b681a4739f (diff)
downloadpoky-d8fe22e05f94d4cd477a062d81a553b5682743db.tar.gz
vulkan-samples: update to latest revision
Drop patch merged upstream. (From OE-Core rev: 4ca7c5435a379160fb9ac2d2d9d7aa5550632f65) 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.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index a61dddeb3b..05b9e855d7 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -5,12 +5,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a"
5 5
6SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ 6SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \
7 file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ 7 file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \
8 file://0001-support-link-against-libatomic-if-no-built-in-atomic.patch \
9 file://debugfix.patch \ 8 file://debugfix.patch \
10 " 9 "
11 10
12UPSTREAM_CHECK_COMMITS = "1" 11UPSTREAM_CHECK_COMMITS = "1"
13SRCREV = "fdc8fab1a520df5566de3eda7b526b24f04e6379" 12SRCREV = "524cdcd27005e7cd56e6694fa41e685519d7dbca"
14 13
15UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 14UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"