diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:52:57 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-13 13:52:57 -0300 |
| commit | 5d811ac5cb226f83554d13711a956788ea9192f2 (patch) | |
| tree | 453b58a8fadebb28252e0e9531c0af0129d26234 | |
| parent | 55590da2f75736cb577208d9c918156cd447b52a (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "Vulkan WSI layer" | ||
| 1 | DESCRIPTION = "Vulkan Window System Integration Layer" | 2 | DESCRIPTION = "Vulkan Window System Integration Layer" |
| 2 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" | 3 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" |
| 4 | SECTION = "graphics" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" |
| 5 | DEPENDS = "libdrm vulkan-loader" | 7 | DEPENDS = "libdrm vulkan-loader" |
