blob: 7a43af5e6bc5dfffb900f7366ec397a1e6b2b804 [file] [log] [blame]
Andrew Geisslerd1e89492021-02-12 15:35:20 -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
Andrew Geissler95ac1b82021-03-31 14:34:31 -050010SRCREV = "bcf55210f13a4fa3c3d0963b509ff1070e434c79"
Andrew Geisslerd1e89492021-02-12 15:35:20 -060011SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https"
12UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
13S = "${WORKDIR}/git"
Andrew Geissler95ac1b82021-03-31 14:34:31 -050014PV .= "+git${SRCPV}"
Andrew Geisslerd1e89492021-02-12 15:35:20 -060015
16inherit cmake
17
18BBCLASSEXTEND = "native nativesdk"