diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 11:28:55 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-26 12:09:22 +0200 |
commit | 01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch) | |
tree | c72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-devtools | |
parent | a050654d6b2dab4068ede53f288b23bb53b300ce (diff) | |
download | meta-freescale-01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727.tar.gz |
recipes: fix whitespace warnings
Fix some more whitspace warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc index b8b5f318..60686bde 100644 --- a/recipes-devtools/qemu/qemu.inc +++ b/recipes-devtools/qemu/qemu.inc | |||
@@ -97,7 +97,7 @@ EXTRA_OECONF = " \ | |||
97 | ${PACKAGECONFIG_CONFARGS} \ | 97 | ${PACKAGECONFIG_CONFARGS} \ |
98 | " | 98 | " |
99 | 99 | ||
100 | export LIBTOOL="${HOST_SYS}-libtool" | 100 | export LIBTOOL = "${HOST_SYS}-libtool" |
101 | 101 | ||
102 | B = "${WORKDIR}/build" | 102 | B = "${WORKDIR}/build" |
103 | 103 | ||