diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-11-14 20:26:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 12:55:27 +0000 |
commit | cb5ae9f2d2355b3f7cc91e90a59d816a3780055f (patch) | |
tree | f19d886fbb1a4889f8a96904fc511f72b3312a53 /meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | |
parent | dbee9d7adff15ee8a7654c17a683472113fa1e0f (diff) | |
download | poky-cb5ae9f2d2355b3f7cc91e90a59d816a3780055f.tar.gz |
spirv-headers: upgrade 1.5.4 -> 1.5.5
(From OE-Core rev: b26596f113ae13214cd7bdd18a78500ff6a8ce75)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 18 |
1 files changed, 0 insertions, 18 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 6c978ce51a..0000000000 --- a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" | ||
2 | DESCRIPTION = "Headers are provided in the include directory, with up-to-date \ | ||
3 | headers in the unified1 subdirectory. Older headers are provided according to \ | ||
4 | their version." | ||
5 | SECTION = "graphics" | ||
6 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" | ||
7 | LICENSE = "MIT" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | ||
9 | |||
10 | SRCREV = "6cae8216a6ea19ff3f237af01e54378c1ff81fcd" | ||
11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | ||
13 | S = "${WORKDIR}/git" | ||
14 | PV .= "+git${SRCPV}" | ||
15 | |||
16 | inherit cmake | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||