diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-10 16:13:34 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-08-11 10:13:43 -0300 |
| commit | 856fe9d6b49fbe14295bc317ad5ddd23ac0c4136 (patch) | |
| tree | 79276d078b3d7d5a393bf3bdecfeeac108f3a9a6 | |
| parent | aba16897fe01debcbd1a27e33448ccae183d51e7 (diff) | |
| download | meta-freescale-856fe9d6b49fbe14295bc317ad5ddd23ac0c4136.tar.gz | |
vulkan-validation-layers: Order DEPENDS before SRC_URI per oelint.var.order
Reorder DEPENDS to the canonical position expected by oelint.var.order.
Variable-definition order among lazily assigned variables does not affect
BitBake expansion, so this is behaviour-preserving (verified with bitbake -e
before/after showing identical variable expansion).
Verified behaviour-preserving: expanded metadata (bitbake -e) unchanged vs master.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-downgrade/vulkan/vulkan-validation-layers_1.3.275.0.imx.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-downgrade/vulkan/vulkan-validation-layers_1.3.275.0.imx.bb b/recipes-downgrade/vulkan/vulkan-validation-layers_1.3.275.0.imx.bb index 7c7af4491..af7d1cb5d 100644 --- a/recipes-downgrade/vulkan/vulkan-validation-layers_1.3.275.0.imx.bb +++ b/recipes-downgrade/vulkan/vulkan-validation-layers_1.3.275.0.imx.bb | |||
| @@ -7,14 +7,13 @@ SECTION = "libs" | |||
| 7 | 7 | ||
| 8 | LICENSE = "Apache-2.0 AND MIT" | 8 | LICENSE = "Apache-2.0 AND MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd3c0bc366cd9b6a906e22f0bcb5910f" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd3c0bc366cd9b6a906e22f0bcb5910f" |
| 10 | DEPENDS = "glslang spirv-headers spirv-tools vulkan-headers vulkan-loader vulkan-utility-libraries" | ||
| 10 | 11 | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=vulkan-sdk-1.3.275;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-ValidationLayers.git;branch=vulkan-sdk-1.3.275;protocol=https" |
| 12 | SRCREV = "780c65337e111c7385109c7b720d757a778e4fe2" | 13 | SRCREV = "780c65337e111c7385109c7b720d757a778e4fe2" |
| 13 | 14 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "vulkan" | 15 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 15 | 16 | ||
| 16 | DEPENDS = "glslang spirv-headers spirv-tools vulkan-headers vulkan-loader vulkan-utility-libraries" | ||
| 17 | |||
| 18 | # BUILD_TESTS - Not required for OE builds | 17 | # BUILD_TESTS - Not required for OE builds |
| 19 | # USE_ROBIN_HOOD_HASHING - Provides substantial performance improvements on all platforms. | 18 | # USE_ROBIN_HOOD_HASHING - Provides substantial performance improvements on all platforms. |
| 20 | # Yocto project doesn't contain a recipe for package so disabled it. | 19 | # Yocto project doesn't contain a recipe for package so disabled it. |
