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 | aba16897fe01debcbd1a27e33448ccae183d51e7 (patch) | |
| tree | be56ca0cfe5bb7324ee3352cdba2a3f2af7ec001 | |
| parent | 3285ce0457052c4bf1798a003b6e7ffebe063af0 (diff) | |
| download | meta-freescale-aba16897fe01debcbd1a27e33448ccae183d51e7.tar.gz | |
vulkan-utility-libraries: 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-utility-libraries_1.3.275.0.imx.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-downgrade/vulkan/vulkan-utility-libraries_1.3.275.0.imx.bb b/recipes-downgrade/vulkan/vulkan-utility-libraries_1.3.275.0.imx.bb index fce4e0313..89baa67e4 100644 --- a/recipes-downgrade/vulkan/vulkan-utility-libraries_1.3.275.0.imx.bb +++ b/recipes-downgrade/vulkan/vulkan-utility-libraries_1.3.275.0.imx.bb | |||
| @@ -8,14 +8,13 @@ SECTION = "libs" | |||
| 8 | 8 | ||
| 9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b" |
| 11 | DEPENDS = "vulkan-headers" | ||
| 11 | 12 | ||
| 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https" | 13 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https" |
| 13 | SRCREV = "4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45" | 14 | SRCREV = "4cfc176e3242b4dbdfd3f6c5680c5d8f2cb7db45" |
| 14 | 15 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "vulkan" | 16 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 16 | 17 | ||
| 17 | DEPENDS = "vulkan-headers" | ||
| 18 | |||
| 19 | EXTRA_OECMAKE = "\ | 18 | EXTRA_OECMAKE = "\ |
| 20 | -DBUILD_TESTS=OFF \ | 19 | -DBUILD_TESTS=OFF \ |
| 21 | " | 20 | " |
