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-extended/testfloat | |
| 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-extended/testfloat')
| -rw-r--r-- | recipes-extended/testfloat/testfloat_2a.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb index 45e9365da..c19ed5547 100644 --- a/recipes-extended/testfloat/testfloat_2a.bb +++ b/recipes-extended/testfloat/testfloat_2a.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "TestFloat" | |||
| 3 | 3 | ||
| 4 | LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145" | 4 | LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145" |
| 5 | 5 | ||
| 6 | SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ | 6 | SRC_URI = "http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ |
| 7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ | 7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ |
| 8 | " | 8 | " |
| 9 | SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ | 9 | SRC_URI:append:qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ |
