summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-15 15:06:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-16 22:20:33 +0000
commit698d994e51aeb8476f1e50af227a2ebb83bd405f (patch)
treea7eec99c32b4c1a76b57f8fc0e04df16e071615b /meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
parent4395c9e9381cc3be9e182700be4eb39fbea1db71 (diff)
downloadpoky-698d994e51aeb8476f1e50af227a2ebb83bd405f.tar.gz
spirv-headers: PV should be 1.5.4
As upstream hasn't actually tagged 1.5.5, we should continue to use 1.5.4 until it does. (From OE-Core rev: defcc1b3be3b6207b017458763af66abde952607) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.5.4.bb')
-rw-r--r--meta/recipes-graphics/spir/spirv-headers_1.5.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
new file mode 100644
index 0000000000..522708618e
--- /dev/null
+++ b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Machine-readable files for the SPIR-V Registry"
2DESCRIPTION = "Headers are provided in the include directory, with up-to-date \
3headers in the unified1 subdirectory. Older headers are provided according to \
4their version."
5SECTION = "graphics"
6HOMEPAGE = "https://www.khronos.org/registry/spir-v"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
9
10SRCREV = "814e728b30ddd0f4509233099a3ad96fd4318c07"
11SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master"
12UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
13S = "${WORKDIR}/git"
14PV .= "+git${SRCPV}"
15
16inherit cmake
17
18BBCLASSEXTEND = "native nativesdk"