diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:06:36 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:06:36 -0300 |
| commit | 97b58d1c9e0f850441ac1f0df8c517729721e8c8 (patch) | |
| tree | da9edae80715378a83fa407f816443cc30b620d0 /recipes-bsp/imx-secure-enclave | |
| parent | 96b4f44279d022af8930f01d4a09c12df0be07e4 (diff) | |
| download | meta-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 'recipes-bsp/imx-secure-enclave')
| -rw-r--r-- | recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc index 7ca89431a..67dd9ba3f 100644 --- a/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc +++ b/recipes-bsp/imx-secure-enclave/imx-secure-enclave.inc | |||
| @@ -20,7 +20,7 @@ EXTRA_OEMAKE = "PLAT=${PLAT} OPENSSL_PATH=${STAGING_INCDIR} MBEDTLS_PATH=${STAGI | |||
| 20 | TARGET_CC_ARCH += "${LDFLAGS}" | 20 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
| 23 | oe_runmake -C ${S} DESTDIR=${D} install_tests | 23 | oe_runmake -C ${S} DESTDIR=${D} install_tests |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
