summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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-devtools
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-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq.inc2
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_4.2.bb2
-rw-r--r--recipes-devtools/uuu/uuu-bin_1.5.233.bb2
3 files changed, 3 insertions, 3 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
77QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64" 77QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 ppc64le riscv32 riscv64 sh4 x86_64"
78 78
79EXTRA_OECONF = " \ 79EXTRA_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
52PACKAGECONFIG ??= " \ 52PACKAGECONFIG ??= "\
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"
diff --git a/recipes-devtools/uuu/uuu-bin_1.5.233.bb b/recipes-devtools/uuu/uuu-bin_1.5.233.bb
index ec2f40e00..b0fcbc09a 100644
--- a/recipes-devtools/uuu/uuu-bin_1.5.233.bb
+++ b/recipes-devtools/uuu/uuu-bin_1.5.233.bb
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & LGPL-2.1-or-later"
9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ 9LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
10 file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" 10 file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68"
11 11
12SRC_URI = " \ 12SRC_URI = "\
13 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ 13 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \
14 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_x86;downloadfilename=uuu-${PV}_mac_x86;name=Mac_x86 \ 14 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_x86;downloadfilename=uuu-${PV}_mac_x86;name=Mac_x86 \
15 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_arm;downloadfilename=uuu-${PV}_mac_arm;name=Mac_arm \ 15 https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac_arm;downloadfilename=uuu-${PV}_mac_arm;name=Mac_arm \