Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [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 | |
| 10 | SRCREV = "f027d53ded7e230e008d37c8b47ede7cd308e19d" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" |
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit cmake |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |