diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-27 15:19:03 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-27 15:19:03 -0300 |
| commit | badf7397b6c07cfdeb340ee7d22813109eae3da8 (patch) | |
| tree | 05a8ae933f37e830dce5eb8e5e5e409ecce34a14 /recipes-graphics | |
| parent | 21a24533426f7ea1aeb359c343a5fde7bce57f1c (diff) | |
| download | meta-freescale-badf7397b6c07cfdeb340ee7d22813109eae3da8.tar.gz | |
mali-imx: Append DEPENDS instead of overwriting per oelint
DEPENDS is set with '=' in the shared include, which oelint flags
because a consumer that already set DEPENDS before the require would
have it clobbered. Switch to '+=' so the include appends its build
dependencies defensively.
The change is output-neutral: the sole consumer, mali-imx_r54.0.bb,
requires the include on its first line and sets no DEPENDS of its own,
so the resolved value is unchanged.
Verified with an oelint scoped rescan of the recipe.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/mali/mali-imx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mali/mali-imx.inc b/recipes-graphics/mali/mali-imx.inc index f3ef8f474..2822cc7eb 100644 --- a/recipes-graphics/mali/mali-imx.inc +++ b/recipes-graphics/mali/mali-imx.inc | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Graphics libraries and driver for i.MX Mali GPU" | |||
| 2 | DESCRIPTION = "Arm Mali GPU user-space graphics libraries and driver for i.MX SoCs." | 2 | DESCRIPTION = "Arm Mali GPU user-space graphics libraries and driver for i.MX SoCs." |
| 3 | HOMEPAGE = "https://www.nxp.com/" | 3 | HOMEPAGE = "https://www.nxp.com/" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | DEPENDS = "\ | 5 | DEPENDS += "\ |
| 6 | libdrm \ | 6 | libdrm \ |
| 7 | vulkan-loader \ | 7 | vulkan-loader \ |
| 8 | wayland \ | 8 | wayland \ |
