diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:54:14 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 04:54:14 -0300 |
| commit | 96b4f44279d022af8930f01d4a09c12df0be07e4 (patch) | |
| tree | f1efce5cef12552f3ed5cdbca06f0930087d82c4 /recipes-graphics/imx-gpu-apitrace | |
| parent | 1161bee242e93dd083efdd5f32d16efa67e9946e (diff) | |
| download | meta-freescale-96b4f44279d022af8930f01d4a09c12df0be07e4.tar.gz | |
global: Drop needless whitespace in assignments
Remove the stray space between an assignment's opening quote and its
line-continuation backslash, and the space before '%' in inline
${@...} expressions. Generated mechanically by oelint-adv's auto-fix
for a single rule (oelint.vars.notneededspace), isolated to one commit.
The affected values are whitespace-separated lists (leading space is
insignificant) and Python format expressions ("%s"% p is equivalent),
so there is no functional change; a re-run of oelint-adv reports the
rule clean.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb index bd08639b6..297a5b313 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb | |||
| @@ -11,12 +11,12 @@ SRCREV = "522cb2981289b7ba20d6dd4b4bf75097e079815b" | |||
| 11 | 11 | ||
| 12 | inherit cmake pkgconfig perlnative python3native | 12 | inherit cmake pkgconfig perlnative python3native |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= " \ | 14 | PACKAGECONFIG ??= "\ |
| 15 | egl \ | 15 | egl \ |
| 16 | ${PACKAGECONFIG_BACKEND} \ | 16 | ${PACKAGECONFIG_BACKEND} \ |
| 17 | ${PACKAGECONFIG_GPU2D} \ | 17 | ${PACKAGECONFIG_GPU2D} \ |
| 18 | " | 18 | " |
| 19 | PACKAGECONFIG_BACKEND = " \ | 19 | PACKAGECONFIG_BACKEND = "\ |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'waffle', \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'waffle', \ |
| 21 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ | 21 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ |
| 22 | '', d), d)} \ | 22 | '', d), d)} \ |
