summaryrefslogtreecommitdiffstats
path: root/recipes-downgrade
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 17:34:05 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-22 11:17:04 -0300
commit0dfee769adadf0156d39e997158693cf7bf21fb0 (patch)
tree2feec89a522f1941bab7af47a1bbe76f278a5706 /recipes-downgrade
parent3c11277c21830ab899a341fa29f5710bc70ef967 (diff)
downloadmeta-freescale-0dfee769adadf0156d39e997158693cf7bf21fb0.tar.gz
spirv-headers: Add DESCRIPTION and order variables per oelint
Set a distinct DESCRIPTION (oelint.var.mandatoryvar.DESCRIPTION), place HOMEPAGE before SECTION and SRC_URI before SRCREV to follow the canonical variable order (oelint.var.order.HOMEPAGE, .SRC_URI). No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-downgrade')
-rw-r--r--recipes-downgrade/spir/spirv-headers_1.3.275.0.imx.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-downgrade/spir/spirv-headers_1.3.275.0.imx.bb b/recipes-downgrade/spir/spirv-headers_1.3.275.0.imx.bb
index caaf2cd38..22c05194a 100644
--- a/recipes-downgrade/spir/spirv-headers_1.3.275.0.imx.bb
+++ b/recipes-downgrade/spir/spirv-headers_1.3.275.0.imx.bb
@@ -1,11 +1,13 @@
1SUMMARY = "Machine-readable files for the SPIR-V Registry" 1SUMMARY = "Machine-readable files for the SPIR-V Registry"
2SECTION = "graphics" 2DESCRIPTION = "Machine-readable files such as headers and JSON grammar from the \
3 Khronos SPIR-V Registry."
3HOMEPAGE = "https://www.khronos.org/registry/spir-v" 4HOMEPAGE = "https://www.khronos.org/registry/spir-v"
5SECTION = "graphics"
4LICENSE = "MIT" 6LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
6 8
7SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
8SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" 9SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
10SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
9PE = "1" 11PE = "1"
10# These recipes need to be updated in lockstep with each other: 12# These recipes need to be updated in lockstep with each other:
11# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools 13# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools