diff mbox series

[01/12] cgilua: add LICENSE_FILES

Message ID 20170904175046.21530-1-francois.perrad@gadz.org
State Accepted
Headers show
Series [01/12] cgilua: add LICENSE_FILES | expand

Commit Message

Francois Perrad Sept. 4, 2017, 5:50 p.m. UTC
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/cgilua/cgilua.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Sept. 6, 2017, 8:30 p.m. UTC | #1
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 Sept. 6, 2017, 8:38 p.m. UTC | #2
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
Francois Perrad Sept. 7, 2017, 7:50 a.m. UTC | #3
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@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-09-06 22:38 GMT+02:00 Thomas Petazzoni <span dir="ltr">&lt;<a href="mailto:thomas.petazzoni@free-electrons.com" target="_blank">thomas.petazzoni@free-electrons.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<span class=""><br>
On Mon,  4 Sep 2017 19:50:35 +0200, Francois Perrad wrote:<br>
&gt; Signed-off-by: Francois Perrad &lt;<a href="mailto:francois.perrad@gadz.org">francois.perrad@gadz.org</a>&gt;<br>
&gt; ---<br>
&gt;  package/cgilua/<a href="http://cgilua.mk" rel="noreferrer" target="_blank">cgilua.mk</a> | 1 +<br>
&gt;  1 file changed, 1 insertion(+)<br>
<br>
</span>I&#39;ve applied the series, except patch 06/12.<br>
<br>
Also, it&#39;s worth mentioning that for some reason, only patches 01/12<br>
and 02/12 appeared in patchwork, not the other ones from the series.<br></blockquote><div><br></div><div>I also noticed that in patchwork.<br></div><div>AFAIK, I didn&#39;t change my usual workflow.<br><br></div><div>François<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888"><br>
Thomas<br>
--<br>
Thomas Petazzoni, CTO, Free Electrons<br>
Embedded Linux, Kernel and Android engineering<br>
<a href="http://free-electrons.com" rel="noreferrer" target="_blank">http://free-electrons.com</a><br>
______________________________<wbr>_________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@busybox.net">buildroot@busybox.net</a><br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" rel="noreferrer" target="_blank">http://lists.busybox.net/<wbr>mailman/listinfo/buildroot</a><br>
</font></span></blockquote></div><br></div></div>
diff mbox series

Patch

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))