blob: 94500a96bad064e232c7c910db8f2bc53b9b57c2 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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
Andrew Geissler615f2f12022-07-15 14:00:58 -050010SRCREV = "b2a156e1c0434bc8c99aaebba1c7be98be7ac580"
Andrew Geissler9aee5002022-03-30 16:27:02 +000011SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master"
12PE = "1"
13UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
14S = "${WORKDIR}/git"
15
16inherit cmake
17
18BBCLASSEXTEND = "native nativesdk"