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 /dynamic-layers/filesystem-layer | |
| 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 'dynamic-layers/filesystem-layer')
| -rw-r--r-- | dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend index ea4622612..5490f6881 100644 --- a/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend +++ b/dynamic-layers/filesystem-layer/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bbappend | |||
| @@ -4,7 +4,7 @@ PACKAGES += "\ | |||
| 4 | ${PN}-f2fs \ | 4 | ${PN}-f2fs \ |
| 5 | " | 5 | " |
| 6 | 6 | ||
| 7 | RDEPENDS:${PN}-f2fs = " \ | 7 | RDEPENDS:${PN}-f2fs = "\ |
| 8 | ${PN}-base \ | 8 | ${PN}-base \ |
| 9 | f2fs-tools \ | 9 | f2fs-tools \ |
| 10 | " | 10 | " |
