blob: e27c0a67dc2d64523bbd5a0b5b4daa9929562581 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Machine-readable files for the SPIR-V Registry"
Andrew Geissler517393d2023-01-13 08:55:19 -06002SECTION = "graphics"
3HOMEPAGE = "https://www.khronos.org/registry/spir-v"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
6
Patrick Williams8e7b46e2023-05-01 14:19:06 -05007SRCREV = "1feaf4414eb2b353764d01d88f8aa4bcc67b60db"
Patrick Williams864cc432023-02-09 14:54:44 -06008SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
Andrew Geissler517393d2023-01-13 08:55:19 -06009PE = "1"
Andrew Geissler028142b2023-05-05 11:29:21 -050010# These recipes need to be updated in lockstep with each other:
11# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools
12# The tags versions should always be sdk-x.y.z, as this is what
13# upstream considers a release.
Andrew Geissler517393d2023-01-13 08:55:19 -060014UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
15S = "${WORKDIR}/git"
16
17inherit cmake
18
19BBCLASSEXTEND = "native nativesdk"