diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-17 17:09:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:37:11 +0000 |
| commit | d2ef9a0874ea4bf052dec2b82eddd749373a7aa8 (patch) | |
| tree | 655a0570a3c90171aaf5590bcec5e6f3bf4b9f5c /meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |
| parent | afa80c20141a3ac9292ade69e4befb8ba71a381e (diff) | |
| download | poky-d2ef9a0874ea4bf052dec2b82eddd749373a7aa8.tar.gz | |
vulkan-samples: update to latest revision
(From OE-Core rev: ea18d074a89f22460fb4e943df652e668a03a792)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 1e45e9f04b..53c7254ce7 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
| @@ -7,13 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https \ | 8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https \ |
| 9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ | 9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ |
| 10 | file://0001-framework-do-not-mix-plain-and-keyword-target_link_l.patch \ | ||
| 11 | file://0001-framework-core-Add-explicit-static_cast-from-vk-Buff.patch \ | ||
| 12 | file://debugfix.patch \ | 10 | file://debugfix.patch \ |
| 13 | " | 11 | " |
| 14 | 12 | ||
| 15 | UPSTREAM_CHECK_COMMITS = "1" | 13 | UPSTREAM_CHECK_COMMITS = "1" |
| 16 | SRCREV = "ae6e4a3712cebde49a29e5996a3bd2f403566890" | 14 | SRCREV = "28ca2dad83ceb157386e0708f5151ae89c177ad4" |
| 17 | 15 | ||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
| 19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
