* [Buildroot] [PATCH 2/9] [cgilua] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 3/9] [copas] " Francois Perrad
` (7 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/cgilua/cgilua.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/cgilua/cgilua.mk b/package/cgilua/cgilua.mk
index 038fee1..48ee005 100644
--- a/package/cgilua/cgilua.mk
+++ b/package/cgilua/cgilua.mk
@@ -7,6 +7,7 @@
CGILUA_VERSION = 5.1.4
CGILUA_SITE = http://github.com/downloads/keplerproject/cgilua
CGILUA_DEPENDENCIES = luafilesystem
+CGILUA_LICENSE = MIT
define CGILUA_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) install LUA_DIR="$(TARGET_DIR)/usr/share/lua"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 3/9] [copas] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 2/9] [cgilua] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 4/9] [coxpcall] " Francois Perrad
` (6 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/copas/copas.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/copas/copas.mk b/package/copas/copas.mk
index cd9ab7a..c84a6cc 100644
--- a/package/copas/copas.mk
+++ b/package/copas/copas.mk
@@ -7,6 +7,7 @@
COPAS_VERSION = 1.1.6
COPAS_SITE = http://github.com/downloads/keplerproject/copas
COPAS_DEPENDENCIES = lua coxpcall luasocket
+COPAS_LICENSE = MIT
define COPAS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/src/copas/copas.lua \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 4/9] [coxpcall] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 2/9] [cgilua] " Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 3/9] [copas] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 5/9] [luafilesystem] " Francois Perrad
` (5 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/coxpcall/coxpcall.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/coxpcall/coxpcall.mk b/package/coxpcall/coxpcall.mk
index 94fc16c..e7fb76d 100644
--- a/package/coxpcall/coxpcall.mk
+++ b/package/coxpcall/coxpcall.mk
@@ -7,6 +7,7 @@
COXPCALL_VERSION = 1.13.0
COXPCALL_SITE = http://luaforge.net/frs/download.php/3406
COXPCALL_DEPENDENCIES = lua
+COXPCALL_LICENSE = MIT
define COXPCALL_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/src/coxpcall.lua \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 5/9] [luafilesystem] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (2 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 4/9] [coxpcall] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 6/9] [luasocket] " Francois Perrad
` (4 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/luafilesystem/luafilesystem.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk
index 17f2bd6..8553212 100644
--- a/package/luafilesystem/luafilesystem.mk
+++ b/package/luafilesystem/luafilesystem.mk
@@ -7,6 +7,7 @@
LUAFILESYSTEM_VERSION = 1.5.0
LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem
LUAFILESYSTEM_DEPENDENCIES = lua
+LUAFILESYSTEM_LICENSE = MIT
ifeq ($(BR2_LARGEFILE),y)
LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 6/9] [luasocket] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (3 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 5/9] [luafilesystem] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 7/9] [rings] " Francois Perrad
` (3 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/luasocket/luasocket.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/luasocket/luasocket.mk b/package/luasocket/luasocket.mk
index 755b61a..45fb9a3 100644
--- a/package/luasocket/luasocket.mk
+++ b/package/luasocket/luasocket.mk
@@ -7,6 +7,8 @@
LUASOCKET_VERSION = 2.0.2
LUASOCKET_SITE = http://luaforge.net/frs/download.php/2664
LUASOCKET_DEPENDENCIES = lua
+LUASOCKET_LICENSE = MIT
+LUASOCKET_LICENSE_FILES = LICENSE
define LUASOCKET_BUILD_CMDS
$(MAKE) -C $(@D) -f makefile \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 7/9] [rings] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (4 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 6/9] [luasocket] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 8/9] [wsapi] " Francois Perrad
` (2 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/rings/rings.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/rings/rings.mk b/package/rings/rings.mk
index c196d85..e2a2bd7 100644
--- a/package/rings/rings.mk
+++ b/package/rings/rings.mk
@@ -7,6 +7,7 @@
RINGS_VERSION = 1.2.3
RINGS_SITE = http://github.com/downloads/keplerproject/rings
RINGS_DEPENDENCIES = lua
+RINGS_LICENSE = MIT
define RINGS_BUILD_CMDS
$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -fPIC"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 8/9] [wsapi] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (5 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 7/9] [rings] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 6:52 ` [Buildroot] [PATCH 9/9] [xavante] " Francois Perrad
2012-08-05 9:42 ` [Buildroot] [PATCH 1/9] [luajit] " Thomas Petazzoni
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/wsapi/wsapi.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/wsapi/wsapi.mk b/package/wsapi/wsapi.mk
index f5423f3..eb2b51c 100644
--- a/package/wsapi/wsapi.mk
+++ b/package/wsapi/wsapi.mk
@@ -7,6 +7,7 @@
WSAPI_VERSION = 1.5
WSAPI_SITE = http://github.com/downloads/keplerproject/wsapi
WSAPI_DEPENDENCIES = coxpcall luafilesystem rings
+WSAPI_LICENSE = MIT
define WSAPI_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/usr/share/lua/wsapi
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 9/9] [xavante] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (6 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 8/9] [wsapi] " Francois Perrad
@ 2012-08-05 6:52 ` Francois Perrad
2012-08-05 9:42 ` [Buildroot] [PATCH 1/9] [luajit] " Thomas Petazzoni
8 siblings, 0 replies; 12+ messages in thread
From: Francois Perrad @ 2012-08-05 6:52 UTC (permalink / raw)
To: buildroot
---
package/xavante/xavante.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/xavante/xavante.mk b/package/xavante/xavante.mk
index f885fbd..0c1c6f1 100644
--- a/package/xavante/xavante.mk
+++ b/package/xavante/xavante.mk
@@ -7,6 +7,7 @@
XAVANTE_VERSION = 2.2.1
XAVANTE_SITE = http://github.com/downloads/keplerproject/xavante
XAVANTE_DEPENDENCIES = cgilua copas coxpcall lua luafilesystem luasocket wsapi
+XAVANTE_LICENSE = MIT
define XAVANTE_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) PREFIX=/usr \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread* [Buildroot] [PATCH 1/9] [luajit] add license info
2012-08-05 6:52 [Buildroot] [PATCH 1/9] [luajit] add license info Francois Perrad
` (7 preceding siblings ...)
2012-08-05 6:52 ` [Buildroot] [PATCH 9/9] [xavante] " Francois Perrad
@ 2012-08-05 9:42 ` Thomas Petazzoni
8 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2012-08-05 9:42 UTC (permalink / raw)
To: buildroot
Le Sun, 5 Aug 2012 08:52:35 +0200,
Francois Perrad <fperrad@gmail.com> a ?crit :
> ---
> package/luajit/luajit.mk | 2 ++
> 1 file changed, 2 insertions(+)
Thanks, but please redo all your patches with:
* A title like "<pkgname>: add license info". The package name should
*NOT* be between [], otherwise Git removes it when applying the
patch.
* A Signed-off-by line the commit log of each patch.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 12+ messages in thread