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 = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" 11SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" 12PE = "1" 13UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" 14S = "${WORKDIR}/git" 15 16inherit cmake 17 18BBCLASSEXTEND = "native nativesdk" 19