[Buildroot] [git commit] package/meson: fix cross-compilation.conf.in formatting

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Oct 25 15:05:46 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=60ef34b414d2763f51de86c72e1e94bf63b578d2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add missing space for the cross-compilation.conf.in cpu_family
entry.

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/meson/cross-compilation.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/meson/cross-compilation.conf.in b/package/meson/cross-compilation.conf.in
index e9344e2b2f..1880051315 100644
--- a/package/meson/cross-compilation.conf.in
+++ b/package/meson/cross-compilation.conf.in
@@ -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@'


More information about the buildroot mailing list