Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" |
| 2 | DESCRIPTION = "Headers are provided in the include directory, with up-to-date \ |
| 3 | headers in the unified1 subdirectory. Older headers are provided according to \ |
| 4 | their version." |
| 5 | SECTION = "graphics" |
| 6 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" |
| 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
| 9 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 10 | SRCREV = "b2a156e1c0434bc8c99aaebba1c7be98be7ac580" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" |
| 12 | PE = "1" |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit cmake |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |