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-devtools/qemu | |
| 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-devtools/qemu')
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq.inc | 2 | ||||
| -rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_4.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qemu/qemu-qoriq.inc b/recipes-devtools/qemu/qemu-qoriq.inc index b52eb77a1..6c3b3d70b 100644 --- a/recipes-devtools/qemu/qemu-qoriq.inc +++ b/recipes-devtools/qemu/qemu-qoriq.inc | |||
| @@ -76,7 +76,7 @@ do_install_ptest() { | |||
| 76 | # QEMU_TARGETS is overridable variable | 76 | # QEMU_TARGETS is overridable variable |
| 77 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64" | 77 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64" |
| 78 | 78 | ||
| 79 | EXTRA_OECONF = " \ | 79 | EXTRA_OECONF = "\ |
| 80 | --prefix=${prefix} \ | 80 | --prefix=${prefix} \ |
| 81 | --bindir=${bindir} \ | 81 | --bindir=${bindir} \ |
| 82 | --includedir=${includedir} \ | 82 | --includedir=${includedir} \ |
diff --git a/recipes-devtools/qemu/qemu-qoriq_4.2.bb b/recipes-devtools/qemu/qemu-qoriq_4.2.bb index 8996a2f44..222fc5b47 100644 --- a/recipes-devtools/qemu/qemu-qoriq_4.2.bb +++ b/recipes-devtools/qemu/qemu-qoriq_4.2.bb | |||
| @@ -49,7 +49,7 @@ do_install_ptest() { | |||
| 49 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env | 49 | ${D}/${PTEST_PATH}/tests/qemu-iotests/common.env |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | PACKAGECONFIG ??= " \ | 52 | PACKAGECONFIG ??= "\ |
| 53 | fdt sdl kvm aio libusb vhost numa \ | 53 | fdt sdl kvm aio libusb vhost numa \ |
| 54 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ | 54 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ |
| 55 | " | 55 | " |
