summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>2021-03-01 14:57:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-18 21:20:24 +0000
commit7d393acfdab18964715acfc20f6cd4fa7c6dac7c (patch)
tree5694f8aa1ae077e98912e208ca91acf0be402c74 /meta/recipes-graphics/vulkan
parent1b4969ae59d87712335af87b43dee86b817df5a9 (diff)
downloadpoky-7d393acfdab18964715acfc20f6cd4fa7c6dac7c.tar.gz
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 4041267ed54a005f904af7a326b3465e40602ec2) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 24eac1fef8892484cc3dede1853d180e0c235120) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb4
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb1
2 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
index 72c29a72a2..b9658d3afa 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
@@ -1,4 +1,8 @@
1SUMMARY = "Vulkan Header files and API registry" 1SUMMARY = "Vulkan Header files and API registry"
2DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \
3to modern GPUs with low overhead and targeting realtime graphics applications such as \
4games and interactive media. This package contains the development headers \
5for packages wanting to make use of Vulkan."
2HOMEPAGE = "https://www.khronos.org/vulkan/" 6HOMEPAGE = "https://www.khronos.org/vulkan/"
3BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" 7BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
4SECTION = "libs" 8SECTION = "libs"
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
index 2fd61c989a..8eef1bca73 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Vulkan Utilities and Tools" 1SUMMARY = "Vulkan Utilities and Tools"
2DESCRIPTION = "Assist development by enabling developers to verify their applications correct use of the Vulkan API."
2HOMEPAGE = "https://www.khronos.org/vulkan/" 3HOMEPAGE = "https://www.khronos.org/vulkan/"
3BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Tools" 4BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Tools"
4SECTION = "libs" 5SECTION = "libs"