summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.5.4.bb')
-rw-r--r--meta/recipes-graphics/spir/spirv-headers_1.5.4.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
deleted file mode 100644
index 14723f951b..0000000000
--- a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
+++ /dev/null
@@ -1,17 +0,0 @@
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 = "f027d53ded7e230e008d37c8b47ede7cd308e19d"
11SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https"
12UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
13S = "${WORKDIR}/git"
14
15inherit cmake
16
17BBCLASSEXTEND = "native nativesdk"