package/meson: fix cross-compilation.conf.in formatting
authorPeter Seiderer <ps.report@gmx.net>
Sat, 24 Oct 2020 18:38:10 +0000 (20:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 25 Oct 2020 15:05:46 +0000 (16:05 +0100)
Add missing space for the cross-compilation.conf.in cpu_family
entry.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/meson/cross-compilation.conf.in

index e9344e2b2f7e3f56167514760e64ccf950db371c..1880051315c0655271b536b070c56557ac03f328 100644 (file)
@@ -24,6 +24,6 @@ pkg_config_static = '@STATIC@'
 
 [host_machine]
 system = 'linux'
-cpu_family ='@TARGET_ARCH@'
+cpu_family = '@TARGET_ARCH@'
 cpu = '@TARGET_CPU@'
 endian = '@TARGET_ENDIAN@'