summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:47:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:10 +0000
commita9973bb87db8968ca1cf9ed4a9484b0bfa214b2a (patch)
tree074509e8d17c3ec3e7afe39533cb10b07f588602 /meta/recipes-graphics/vulkan/vulkan-samples_git.bb
parent2a157f114c0fd956bbaf004f1c5bee8a7d42ecf0 (diff)
downloadpoky-a9973bb87db8968ca1cf9ed4a9484b0bfa214b2a.tar.gz
vulkan-samples: replace vulkan-demos
vulkan-samples is the official collection, and vulkan-demos author has stated that he will be mostly contributing there: https://github.com/SaschaWillems/Vulkan#Khronossamples (From OE-Core rev: 76a25391d09de06f832c1053d3dbc901dee3b912) 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.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
new file mode 100644
index 0000000000..241a313a7b
--- /dev/null
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications."
2LICENSE = "Apache-2.0"
3
4LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a"
5
6SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \
7 file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \
8 "
9UPSTREAM_CHECK_COMMITS = "1"
10SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6"
11
12UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
13S = "${WORKDIR}/git"
14
15REQUIRED_DISTRO_FEATURES = 'vulkan'
16
17inherit cmake features_check
18
19FILES_${PN} += "${datadir}"