blob: 4c39b0c351abcc92402f244b9c973789a944cccc [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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
Patrick Williams8e7b46e2023-05-01 14:19:06 -050010SRCREV = "1feaf4414eb2b353764d01d88f8aa4bcc67b60db"
Patrick Williams864cc432023-02-09 14:54:44 -060011SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
Andrew Geissler517393d2023-01-13 08:55:19 -060012PE = "1"
13UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
14S = "${WORKDIR}/git"
15
16inherit cmake
17
18BBCLASSEXTEND = "native nativesdk"