diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | 1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf (patch) | |
tree | 3ea6108a52cce4fcca09b4ed1eb2145c0941b3c9 /meta/recipes-graphics/spir | |
parent | 30f694fec7f47264ec20086c45a3de5fbc55842e (diff) | |
download | poky-1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf.tar.gz |
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
(From OE-Core rev: 24eac1fef8892484cc3dede1853d180e0c235120)
Signed-off-by: Ida Delphine <idadelm@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-tools_2020.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb index 4f45c68bbe..f1fe40096e 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb +++ b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb | |||
@@ -2,6 +2,7 @@ SUMMARY = "The SPIR-V Tools project provides an API and commands for \ | |||
2 | processing SPIR-V modules" | 2 | processing SPIR-V modules" |
3 | DESCRIPTION = "The project includes an assembler, binary module parser, \ | 3 | DESCRIPTION = "The project includes an assembler, binary module parser, \ |
4 | disassembler, validator, and optimizer for SPIR-V." | 4 | disassembler, validator, and optimizer for SPIR-V." |
5 | HOMEPAGE = "https://github.com/KhronosGroup/SPIRV-Tools" | ||
5 | SECTION = "graphics" | 6 | SECTION = "graphics" |
6 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |