diff mbox

[v2,2/2] docker: add license info

Message ID 1382560114-25036-2-git-send-email-arnout@mind.be
State Superseded
Headers show

Commit Message

Arnout Vandecappelle Oct. 23, 2013, 8:28 p.m. UTC
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
v2: no change

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/docker/docker.mk | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Yann E. MORIN Oct. 23, 2013, 9:44 p.m. UTC | #1
Arnout, All,

On 2013-10-23 22:28 +0200, Arnout Vandecappelle (Essensium/Mind) spake thusly:
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> v2: no change
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  package/docker/docker.mk | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/package/docker/docker.mk b/package/docker/docker.mk
> index c1c8efd..4b597d1 100644
> --- a/package/docker/docker.mk
> +++ b/package/docker/docker.mk
> @@ -7,6 +7,11 @@
>  DOCKER_VERSION = 1.5
>  DOCKER_SITE = http://icculus.org/openbox/2/docker
>  
> +DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11

Shouldn't this go in the previous patch?

> +DOCKER_LICENSE = GPLv2+
> +# The 'or later' is specified at the end of the README, so include that one too.
> +DOCKER_LICENSE_FILES = COPYING README
> +
>  define DOCKER_BUILD_CMDS
>  	$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
>  		XLIBPATH=$(STAGING_DIR)/usr/lib

Regards,
Yann E. MORIN.
Arnout Vandecappelle Oct. 23, 2013, 10:20 p.m. UTC | #2
On 23/10/13 23:44, Yann E. MORIN wrote:
> Arnout, All,
>
> On 2013-10-23 22:28 +0200, Arnout Vandecappelle (Essensium/Mind) spake thusly:
>> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>> ---
>> v2: no change
>>
>> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>> ---
>>   package/docker/docker.mk | 5 +++++
>>   1 file changed, 5 insertions(+)
>>
>> diff --git a/package/docker/docker.mk b/package/docker/docker.mk
>> index c1c8efd..4b597d1 100644
>> --- a/package/docker/docker.mk
>> +++ b/package/docker/docker.mk
>> @@ -7,6 +7,11 @@
>>   DOCKER_VERSION = 1.5
>>   DOCKER_SITE = http://icculus.org/openbox/2/docker
>>
>> +DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11
>
> Shouldn't this go in the previous patch?

  Crap.

  I first had only one patch, then I thought there would be complaints 
that the patch should be split so I split it, but of course didn't check 
carefully enough...


  Regards,
  Arnout

>
>> +DOCKER_LICENSE = GPLv2+
>> +# The 'or later' is specified at the end of the README, so include that one too.
>> +DOCKER_LICENSE_FILES = COPYING README
>> +
>>   define DOCKER_BUILD_CMDS
>>   	$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
>>   		XLIBPATH=$(STAGING_DIR)/usr/lib
>
> Regards,
> Yann E. MORIN.
>
diff mbox

Patch

diff --git a/package/docker/docker.mk b/package/docker/docker.mk
index c1c8efd..4b597d1 100644
--- a/package/docker/docker.mk
+++ b/package/docker/docker.mk
@@ -7,6 +7,11 @@ 
 DOCKER_VERSION = 1.5
 DOCKER_SITE = http://icculus.org/openbox/2/docker
 
+DOCKER_DEPENDENCIES = host-pkgconf libglib2 xlib_libX11
+DOCKER_LICENSE = GPLv2+
+# The 'or later' is specified at the end of the README, so include that one too.
+DOCKER_LICENSE_FILES = COPYING README
+
 define DOCKER_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
 		XLIBPATH=$(STAGING_DIR)/usr/lib