All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/meson: fix cross-compilation.conf.in formatting
@ 2020-10-24 18:38 Peter Seiderer
  2020-10-25 15:05 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2020-10-24 18:38 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 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@'
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH v1] package/meson: fix cross-compilation.conf.in formatting
  2020-10-24 18:38 [Buildroot] [PATCH v1] package/meson: fix cross-compilation.conf.in formatting Peter Seiderer
@ 2020-10-25 15:05 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-10-25 15:05 UTC (permalink / raw)
  To: buildroot

On Sat, 24 Oct 2020 20:38:10 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Add missing space for the cross-compilation.conf.in cpu_family
> entry.
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/meson/cross-compilation.conf.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-25 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 18:38 [Buildroot] [PATCH v1] package/meson: fix cross-compilation.conf.in formatting Peter Seiderer
2020-10-25 15:05 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.