summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2025-04-26 11:28:55 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2025-04-26 12:09:22 +0200
commit01a7d1c67bb4ca84c1cf3089d9a8c8c1b3b3b727 (patch)
treec72fee554c65b9ab02f8f22a3c8da38ce6285900 /recipes-devtools
parenta050654d6b2dab4068ede53f288b23bb53b300ce (diff)
downloadmeta-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.inc2
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
100export LIBTOOL="${HOST_SYS}-libtool" 100export LIBTOOL = "${HOST_SYS}-libtool"
101 101
102B = "${WORKDIR}/build" 102B = "${WORKDIR}/build"
103 103