xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Machine-readable files for the SPIR-V Registry"
2*4882a593SmuzhiyunDESCRIPTION = "Headers are provided in the include directory, with up-to-date \
3*4882a593Smuzhiyunheaders in the unified1 subdirectory. Older headers are provided according to \
4*4882a593Smuzhiyuntheir version."
5*4882a593SmuzhiyunSECTION = "graphics"
6*4882a593SmuzhiyunHOMEPAGE = "https://www.khronos.org/registry/spir-v"
7*4882a593SmuzhiyunLICENSE = "MIT"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78"
11*4882a593SmuzhiyunSRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
12*4882a593SmuzhiyunPE = "1"
13*4882a593SmuzhiyunUPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
14*4882a593SmuzhiyunS = "${WORKDIR}/git"
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuninherit cmake
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
19