summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/utp-com
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 05:06:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 05:06:36 -0300
commit97b58d1c9e0f850441ac1f0df8c517729721e8c8 (patch)
treeda9edae80715378a83fa407f816443cc30b620d0 /dynamic-layers/openembedded-layer/recipes-devtools/utp-com
parent96b4f44279d022af8930f01d4a09c12df0be07e4 (diff)
downloadmeta-freescale-97b58d1c9e0f850441ac1f0df8c517729721e8c8.tar.gz
global: Replace tabs with spaces in task bodies
Convert leading-tab indentation to spaces in shell task bodies across the layer. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.tabs.notabs), isolated to one commit. Verified safe: every change is leading indentation of shell/BitBake code (no mid-line tabs, and none of the affected files contain heredocs where a tab would be significant), so there is no functional change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/utp-com')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
index e1f28c53b..e5dd268da 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/utp-com/utp-com_git.bb
@@ -14,7 +14,7 @@ PV = "1.0+git${SRCPV}"
14do_configure[noexec] = "1" 14do_configure[noexec] = "1"
15 15
16do_compile () { 16do_compile () {
17 oe_runmake 17 oe_runmake
18} 18}
19 19
20do_install () { 20do_install () {