summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:52:57 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-13 13:52:57 -0300
commit5d811ac5cb226f83554d13711a956788ea9192f2 (patch)
tree453b58a8fadebb28252e0e9531c0af0129d26234
parent55590da2f75736cb577208d9c918156cd447b52a (diff)
downloadmeta-freescale-5d811ac5cb226f83554d13711a956788ea9192f2.tar.gz
vulkan-wsi-layer: Set SUMMARY and SECTION per oelint
Add the missing mandatory SUMMARY and set SECTION. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/vulkan/vulkan-wsi-layer_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
index 21f275c52..0bbebf5c2 100644
--- a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
+++ b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb
@@ -1,5 +1,7 @@
1SUMMARY = "Vulkan WSI layer"
1DESCRIPTION = "Vulkan Window System Integration Layer" 2DESCRIPTION = "Vulkan Window System Integration Layer"
2HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" 3HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer"
4SECTION = "graphics"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00"
5DEPENDS = "libdrm vulkan-loader" 7DEPENDS = "libdrm vulkan-loader"