diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-11 10:20:34 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-11 13:59:25 -0300 |
| commit | 8fbda16f48cc6848e6d7c6bf4ad1971876a02be2 (patch) | |
| tree | 930dcbd368156fd5417ec3c8e73ac14d3d015d6d | |
| parent | ba990f26cb6cbbc8b0ec4a719faf914adaf58fa6 (diff) | |
| download | meta-freescale-8fbda16f48cc6848e6d7c6bf4ad1971876a02be2.tar.gz | |
qtbase: Drop the redundant leading space in PACKAGECONFIG_GRAPHICS
The line continuation already separates the value from the entries below,
and every other multi-line assignment in this bbappend opens with "\ --
imxgpu2d was the lone exception.
Validated on imx6slevk, the only i.MX family where imxgpu2d wins the
selection: bitbake qtbase with do_configure forced, buildhistory unchanged.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend index 7cc6cb9c1..6ac4a8bda 100644 --- a/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend +++ b/dynamic-layers/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | PACKAGECONFIG_GRAPHICS:imxpxp = "\ | 6 | PACKAGECONFIG_GRAPHICS:imxpxp = "\ |
| 7 | gles2" | 7 | gles2" |
| 8 | PACKAGECONFIG_GRAPHICS:imxgpu2d = " \ | 8 | PACKAGECONFIG_GRAPHICS:imxgpu2d = "\ |
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gl', '', d)} \ | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gl', '', d)} \ |
| 10 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" | 10 | ${PACKAGECONFIG_GRAPHICS_IMX_GPU}" |
| 11 | PACKAGECONFIG_GRAPHICS:imxgpu3d = "\ | 11 | PACKAGECONFIG_GRAPHICS:imxgpu3d = "\ |
