Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES
@ 2017-09-04 17:50 Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 02/12] copas: " Francois Perrad
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/cgilua/cgilua.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cgilua/cgilua.mk b/package/cgilua/cgilua.mk
index 73006ff8b..cd78841fd 100644
--- a/package/cgilua/cgilua.mk
+++ b/package/cgilua/cgilua.mk
@@ -6,5 +6,6 @@
 
 CGILUA_VERSION = 5.2.1-1
 CGILUA_LICENSE = MIT
+CGILUA_LICENSE_FILES = $(CGILUA_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 02/12] copas: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 03/12] coxpcall: " Francois Perrad
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/copas/copas.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/copas/copas.mk b/package/copas/copas.mk
index 5ab547378..988692c4a 100644
--- a/package/copas/copas.mk
+++ b/package/copas/copas.mk
@@ -7,5 +7,6 @@
 COPAS_VERSION = 2.0.2-1
 COPAS_SUBDIR = copas-2_0_2
 COPAS_LICENSE = MIT
+COPAS_LICENSE_FILES = $(COPAS_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 03/12] coxpcall: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 02/12] copas: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 04/12] dado: " Francois Perrad
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/coxpcall/coxpcall.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/coxpcall/coxpcall.mk b/package/coxpcall/coxpcall.mk
index 84c19f4ae..3af81f2ce 100644
--- a/package/coxpcall/coxpcall.mk
+++ b/package/coxpcall/coxpcall.mk
@@ -7,5 +7,6 @@
 COXPCALL_VERSION = 1.16.0-1
 COXPCALL_SUBDIR = coxpcall
 COXPCALL_LICENSE = MIT
+COXPCALL_LICENSE_FILES = $(COXPCALL_SUBDIR)/doc/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 04/12] dado: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 02/12] copas: " Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 03/12] coxpcall: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 05/12] luaexpat: " Francois Perrad
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/dado/dado.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dado/dado.mk b/package/dado/dado.mk
index acef04777..e4375a3a6 100644
--- a/package/dado/dado.mk
+++ b/package/dado/dado.mk
@@ -6,5 +6,6 @@
 
 DADO_VERSION = 1.8.3-1
 DADO_LICENSE = MIT
+DADO_LICENSE_FILES = $(DADO_SUBDIR)/doc/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 05/12] luaexpat: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (2 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 04/12] dado: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES Francois Perrad
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luaexpat/luaexpat.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/luaexpat/luaexpat.mk b/package/luaexpat/luaexpat.mk
index c6768dcc1..c7377f6af 100644
--- a/package/luaexpat/luaexpat.mk
+++ b/package/luaexpat/luaexpat.mk
@@ -7,5 +7,6 @@
 LUAEXPAT_VERSION = 1.3.0-1
 LUAEXPAT_DEPENDENCIES = expat
 LUAEXPAT_LICENSE = MIT
+LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (3 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 05/12] luaexpat: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-06 20:30   ` Thomas Petazzoni
  2017-09-04 17:50 ` [Buildroot] [PATCH 07/12] luasql-sqlite3: " Francois Perrad
                   ` (6 subsequent siblings)
  11 siblings, 1 reply; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index a24323fd1..98dd8d658 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -7,7 +7,7 @@
 LUAPOSIX_VERSION = 34.0.1
 LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
 LUAPOSIX_LICENSE = MIT
-LUAPOSIX_LICENSE_FILES = COPYING
+LUAPOSIX_LICENSE_FILES = LICENSE
 LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
 LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
 
-- 
2.11.0

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

* [Buildroot] [PATCH 07/12] luasql-sqlite3: fix LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (4 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 08/12] rings: add LICENSE_FILES Francois Perrad
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/luasql-sqlite3/luasql-sqlite3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/luasql-sqlite3/luasql-sqlite3.mk b/package/luasql-sqlite3/luasql-sqlite3.mk
index 23983a84f..51178db22 100644
--- a/package/luasql-sqlite3/luasql-sqlite3.mk
+++ b/package/luasql-sqlite3/luasql-sqlite3.mk
@@ -7,7 +7,7 @@
 LUASQL_SQLITE3_VERSION = 2.3.0-1
 LUASQL_SQLITE3_SUBDIR = luasql
 LUASQL_SQLITE3_LICENSE = MIT
-LUASQL_SQLITE3_LICENSE_FILES = $(LUASQL_SQLITE3_SUBDIR)/README
+LUASQL_SQLITE3_LICENSE_FILES = $(LUASQL_SQLITE3_SUBDIR)/doc/us/license.html
 LUASQL_SQLITE3_DEPENDENCIES = sqlite
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 08/12] rings: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (5 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 07/12] luasql-sqlite3: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 09/12] wsapi: " Francois Perrad
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/rings/rings.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rings/rings.mk b/package/rings/rings.mk
index 151546aea..92001bbf4 100644
--- a/package/rings/rings.mk
+++ b/package/rings/rings.mk
@@ -8,5 +8,6 @@ RINGS_VERSION_MAJOR = 1.3.0
 RINGS_VERSION = $(RINGS_VERSION_MAJOR)-1
 RINGS_SUBDIR = rings-v_$(subst .,_,$(RINGS_VERSION_MAJOR))
 RINGS_LICENSE = MIT
+RINGS_LICENSE_FILES = $(RINGS_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 09/12] wsapi: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (6 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 08/12] rings: add LICENSE_FILES Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 10/12] wsapi-fcgi: " Francois Perrad
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/wsapi/wsapi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk
index 0cca6cb4d..64a27579f 100644
--- a/package/wsapi/wsapi.mk
+++ b/package/wsapi/wsapi.mk
@@ -6,5 +6,6 @@
 
 WSAPI_VERSION = 1.6.1-1
 WSAPI_LICENSE = MIT
+WSAPI_LICENSE_FILES = $(WSAPI_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 10/12] wsapi-fcgi: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (7 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 09/12] wsapi: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 11/12] wsapi-xavante: " Francois Perrad
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/wsapi-fcgi/wsapi-fcgi.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wsapi-fcgi/wsapi-fcgi.mk b/package/wsapi-fcgi/wsapi-fcgi.mk
index fe4a424ce..2b0e6b255 100644
--- a/package/wsapi-fcgi/wsapi-fcgi.mk
+++ b/package/wsapi-fcgi/wsapi-fcgi.mk
@@ -9,5 +9,6 @@ WSAPI_FCGI_VERSION = $(WSAPI_FCGI_VERSION_MAJOR)-1
 WSAPI_FCGI_SUBDIR = wsapi-$(WSAPI_FCGI_VERSION_MAJOR)
 WSAPI_FCGI_DEPENDENCIES = libfcgi
 WSAPI_FCGI_LICENSE = MIT
+WSAPI_FCGI_LICENSE_FILES = $(WSAPI_FCGI_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 11/12] wsapi-xavante: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (8 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 10/12] wsapi-fcgi: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-04 17:50 ` [Buildroot] [PATCH 12/12] xavante: " Francois Perrad
  2017-09-06 20:38 ` [Buildroot] [PATCH 01/12] cgilua: " Thomas Petazzoni
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/wsapi-xavante/wsapi-xavante.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wsapi-xavante/wsapi-xavante.mk b/package/wsapi-xavante/wsapi-xavante.mk
index 937d2048a..86f5dee50 100644
--- a/package/wsapi-xavante/wsapi-xavante.mk
+++ b/package/wsapi-xavante/wsapi-xavante.mk
@@ -8,5 +8,6 @@ WSAPI_XAVANTE_VERSION_MAJOR = 1.6.1
 WSAPI_XAVANTE_VERSION = $(WSAPI_XAVANTE_VERSION_MAJOR)-1
 WSAPI_XAVANTE_SUBDIR = wsapi-$(WSAPI_XAVANTE_VERSION_MAJOR)
 WSAPI_XAVANTE_LICENSE = MIT
+WSAPI_XAVANTE_LICENSE_FILES = $(WSAPI_XAVANTE_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 12/12] xavante: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (9 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 11/12] wsapi-xavante: " Francois Perrad
@ 2017-09-04 17:50 ` Francois Perrad
  2017-09-06 20:38 ` [Buildroot] [PATCH 01/12] cgilua: " Thomas Petazzoni
  11 siblings, 0 replies; 15+ messages in thread
From: Francois Perrad @ 2017-09-04 17:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/xavante/xavante.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/xavante/xavante.mk b/package/xavante/xavante.mk
index 20e4aabed..d962e7bca 100644
--- a/package/xavante/xavante.mk
+++ b/package/xavante/xavante.mk
@@ -6,5 +6,6 @@
 
 XAVANTE_VERSION = 2.4.0-1
 XAVANTE_LICENSE = MIT
+XAVANTE_LICENSE_FILES = $(XAVANTE_SUBDIR)/doc/us/license.html
 
 $(eval $(luarocks-package))
-- 
2.11.0

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

* [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES
  2017-09-04 17:50 ` [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES Francois Perrad
@ 2017-09-06 20:30   ` Thomas Petazzoni
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Petazzoni @ 2017-09-06 20:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  4 Sep 2017 19:50:40 +0200, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/luaposix/luaposix.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
> index a24323fd1..98dd8d658 100644
> --- a/package/luaposix/luaposix.mk
> +++ b/package/luaposix/luaposix.mk
> @@ -7,7 +7,7 @@
>  LUAPOSIX_VERSION = 34.0.1

We don't have this version of luaposix in Buildroot. Therefore this
patch doesn't apply, and in fact isn't correct since the license file
is still named COPYING in the current version of luaposix in Buildroot.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES
  2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
                   ` (10 preceding siblings ...)
  2017-09-04 17:50 ` [Buildroot] [PATCH 12/12] xavante: " Francois Perrad
@ 2017-09-06 20:38 ` Thomas Petazzoni
  2017-09-07  7:50   ` François Perrad
  11 siblings, 1 reply; 15+ messages in thread
From: Thomas Petazzoni @ 2017-09-06 20:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  4 Sep 2017 19:50:35 +0200, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/cgilua/cgilua.mk | 1 +
>  1 file changed, 1 insertion(+)

I've applied the series, except patch 06/12.

Also, it's worth mentioning that for some reason, only patches 01/12
and 02/12 appeared in patchwork, not the other ones from the series.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES
  2017-09-06 20:38 ` [Buildroot] [PATCH 01/12] cgilua: " Thomas Petazzoni
@ 2017-09-07  7:50   ` François Perrad
  0 siblings, 0 replies; 15+ messages in thread
From: François Perrad @ 2017-09-07  7:50 UTC (permalink / raw)
  To: buildroot

2017-09-06 22:38 GMT+02:00 Thomas Petazzoni <
thomas.petazzoni@free-electrons.com>:

> Hello,
>
> On Mon,  4 Sep 2017 19:50:35 +0200, Francois Perrad wrote:
> > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> > ---
> >  package/cgilua/cgilua.mk | 1 +
> >  1 file changed, 1 insertion(+)
>
> I've applied the series, except patch 06/12.
>
> Also, it's worth mentioning that for some reason, only patches 01/12
> and 02/12 appeared in patchwork, not the other ones from the series.
>

I also noticed that in patchwork.
AFAIK, I didn't change my usual workflow.

Fran?ois


>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170907/513645dd/attachment.html>

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

end of thread, other threads:[~2017-09-07  7:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-04 17:50 [Buildroot] [PATCH 01/12] cgilua: add LICENSE_FILES Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 02/12] copas: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 03/12] coxpcall: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 04/12] dado: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 05/12] luaexpat: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 06/12] luaposix: fix LICENSE_FILES Francois Perrad
2017-09-06 20:30   ` Thomas Petazzoni
2017-09-04 17:50 ` [Buildroot] [PATCH 07/12] luasql-sqlite3: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 08/12] rings: add LICENSE_FILES Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 09/12] wsapi: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 10/12] wsapi-fcgi: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 11/12] wsapi-xavante: " Francois Perrad
2017-09-04 17:50 ` [Buildroot] [PATCH 12/12] xavante: " Francois Perrad
2017-09-06 20:38 ` [Buildroot] [PATCH 01/12] cgilua: " Thomas Petazzoni
2017-09-07  7:50   ` François Perrad

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