summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gli/gli_0.8.4.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 04:54:14 -0300
commit96b4f44279d022af8930f01d4a09c12df0be07e4 (patch)
treef1efce5cef12552f3ed5cdbca06f0930087d82c4 /recipes-graphics/gli/gli_0.8.4.0.bb
parent1161bee242e93dd083efdd5f32d16efa67e9946e (diff)
downloadmeta-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/gli/gli_0.8.4.0.bb')
-rw-r--r--recipes-graphics/gli/gli_0.8.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/gli/gli_0.8.4.0.bb b/recipes-graphics/gli/gli_0.8.4.0.bb
index 14d6a75ed..f1ab37606 100644
--- a/recipes-graphics/gli/gli_0.8.4.0.bb
+++ b/recipes-graphics/gli/gli_0.8.4.0.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb" 10LIC_FILES_CHKSUM = "file://readme.md;beginline=19;endline=20;md5=ab03b667ee630c1abb1add70365a50fb"
11 11
12SRC_URI = " \ 12SRC_URI = "\
13 git://github.com/g-truc/gli;protocol=https;branch=master \ 13 git://github.com/g-truc/gli;protocol=https;branch=master \
14" 14"
15SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91" 15SRCREV = "0c171ee87fcfe35a7e0e0445adef06f92e0b6a91"