diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:34:57 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:34:57 -0300 |
| commit | a6796bb08a5aca53be904fc4c82c054067b832f2 (patch) | |
| tree | 19ca48392005f0e68a799dc292d46a26cf7b2fc4 /recipes-devtools | |
| parent | 2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7 (diff) | |
| download | meta-freescale-a6796bb08a5aca53be904fc4c82c054067b832f2.tar.gz | |
global: Normalize shell task indentation to 4 spaces
Bring three shell task bodies to consistent 4-space indentation, per the
Yocto Recipe Style Guide. These functions mixed tab and 8-space
indentation; converting the tabs to spaces earlier left the 8-space
statements out of step with their 4-space siblings.
Whitespace only, no functional change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq.inc b/recipes-devtools/qemu/qemu-qoriq.inc index b1e9bc656..c9a0b68e8 100644 --- a/recipes-devtools/qemu/qemu-qoriq.inc +++ b/recipes-devtools/qemu/qemu-qoriq.inc | |||
| @@ -69,8 +69,8 @@ do_install_ptest() { | |||
| 69 | # Don't check the file genreated by configure | 69 | # Don't check the file genreated by configure |
| 70 | sed -i -e '/wildcard config-host.mak/d' \ | 70 | sed -i -e '/wildcard config-host.mak/d' \ |
| 71 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include | 71 | -e '$ {/endif/d}' ${D}${PTEST_PATH}/tests/Makefile.include |
| 72 | sed -i -e 's,${HOSTTOOLS_DIR}/python3,${bindir}/python3,' \ | 72 | sed -i -e 's,${HOSTTOOLS_DIR}/python3,${bindir}/python3,' \ |
| 73 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env | 73 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | # QEMU_TARGETS is overridable variable | 76 | # QEMU_TARGETS is overridable variable |
