diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-01-24 18:26:44 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-29 15:59:40 +0000 |
| commit | a2121683bafc23a30e61e81c9eb2eb9894e08394 (patch) | |
| tree | ad921cb5676ff87fa39de15ce2d30313e089f841 /meta/recipes-graphics/spir | |
| parent | 73e83acb24c0e041bf94dae309b13fec7626fed4 (diff) | |
| download | poky-a2121683bafc23a30e61e81c9eb2eb9894e08394.tar.gz | |
spirv-headers: Add receipe
(From OE-Core rev: 0f7aa28a254ab25e3c3f6322d750e765518fb8b5)
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')
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | 17 |
1 files changed, 17 insertions, 0 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 new file mode 100644 index 0000000000..14723f951b --- /dev/null +++ b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 = "f027d53ded7e230e008d37c8b47ede7cd308e19d" | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" | ||
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit cmake | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
