Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] luarocks: fix generation of license file list
@ 2019-01-01  7:21 Francois Perrad
  2019-01-01 10:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2019-01-01  7:21 UTC (permalink / raw)
  To: buildroot

check-package requires an hardtab instead of 4 spaces.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luarocks/0002-Buildroot-addon.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/luarocks/0002-Buildroot-addon.patch b/package/luarocks/0002-Buildroot-addon.patch
index 3d7ea1156..56b28eab2 100644
--- a/package/luarocks/0002-Buildroot-addon.patch
+++ b/package/luarocks/0002-Buildroot-addon.patch
@@ -235,7 +235,7 @@ index 0000000..606b94c
 +      f:write(ucname .. '_LICENSE_FILES =')
 +      for i = 1, #licenses do
 +         local file = licenses[i]
-+         f:write(' \\\n    $(' .. ucname .. '_SUBDIR)/' .. file)
++         f:write(' \\\n\t$(' .. ucname .. '_SUBDIR)/' .. file)
 +      end
 +      f:write('\n')
 +   end
-- 
2.17.1

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

* [Buildroot] [PATCH] luarocks: fix generation of license file list
  2019-01-01  7:21 [Buildroot] [PATCH] luarocks: fix generation of license file list Francois Perrad
@ 2019-01-01 10:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-01-01 10:13 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  1 Jan 2019 08:21:20 +0100, Francois Perrad wrote:
> check-package requires an hardtab instead of 4 spaces.
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/luarocks/0002-Buildroot-addon.patch | 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:[~2019-01-01 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-01  7:21 [Buildroot] [PATCH] luarocks: fix generation of license file list Francois Perrad
2019-01-01 10:13 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox