diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-02-08 11:59:25 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-09 08:56:10 +0000 |
| commit | d8fe22e05f94d4cd477a062d81a553b5682743db (patch) | |
| tree | 9cdc42dd836ef2492d940c0945366cfbcf8ddeb7 /meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |
| parent | e7893545113b0d0c6581c75ddabac6b681a4739f (diff) | |
| download | poky-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.bb | 3 |
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 | ||
| 6 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ | 6 | SRC_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 | ||
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
| 13 | SRCREV = "fdc8fab1a520df5566de3eda7b526b24f04e6379" | 12 | SRCREV = "524cdcd27005e7cd56e6694fa41e685519d7dbca" |
| 14 | 13 | ||
| 15 | 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" |
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
