diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 17:34:05 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-22 11:17:04 -0300 |
| commit | 0dfee769adadf0156d39e997158693cf7bf21fb0 (patch) | |
| tree | 2feec89a522f1941bab7af47a1bbe76f278a5706 /recipes-downgrade | |
| parent | 3c11277c21830ab899a341fa29f5710bc70ef967 (diff) | |
| download | meta-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.bb | 6 |
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 @@ | |||
| 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" | 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" |
| 2 | SECTION = "graphics" | 2 | DESCRIPTION = "Machine-readable files such as headers and JSON grammar from the \ |
| 3 | Khronos SPIR-V Registry." | ||
| 3 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" | 4 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" |
| 5 | SECTION = "graphics" | ||
| 4 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
| 6 | 8 | ||
| 7 | SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" | ||
| 8 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" | 9 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" |
| 10 | SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" | ||
| 9 | PE = "1" | 11 | PE = "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 |
