Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] lz4: fix QA issue
@ 2015-04-19 21:45 Armin Kuster
  2015-04-20  8:21 ` Jussi Kukkonen
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2015-04-19 21:45 UTC (permalink / raw)
  To: openembedded-core

WARNING: Could not copy license file

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-support/lz4/lz4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
index ee5de0a..0b0c632 100644
--- a/meta/recipes-support/lz4/lz4.bb
+++ b/meta/recipes-support/lz4/lz4.bb
@@ -2,7 +2,7 @@ SUMMARY = "Extremely Fast Compression algorithm"
 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
+LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
 
 SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
 
-- 
2.3.5



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

* Re: [PATCH] lz4: fix QA issue
  2015-04-19 21:45 [PATCH] lz4: fix QA issue Armin Kuster
@ 2015-04-20  8:21 ` Jussi Kukkonen
  2015-04-20 13:41   ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Jussi Kukkonen @ 2015-04-20  8:21 UTC (permalink / raw)
  To: Armin Kuster; +Cc: Patches and discussions about the oe-core layer

On 20 April 2015 at 00:45, Armin Kuster <akuster808@gmail.com> wrote:
> WARNING: Could not copy license file
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta/recipes-support/lz4/lz4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
> index ee5de0a..0b0c632 100644
> --- a/meta/recipes-support/lz4/lz4.bb
> +++ b/meta/recipes-support/lz4/lz4.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Extremely Fast Compression algorithm"
>  DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
>
>  LICENSE = "BSD"

This is not directly related to your patch but I happened to take a
look at the source and the license seems wrong: The library is indeed
BSD but all the binaries are actually GPLv2 (see programs/COPYING and
the individual source files).

> -LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
> +LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
>
>  SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
>
> --
> 2.3.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] lz4: fix QA issue
  2015-04-20  8:21 ` Jussi Kukkonen
@ 2015-04-20 13:41   ` akuster808
  0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2015-04-20 13:41 UTC (permalink / raw)
  To: Jussi Kukkonen; +Cc: Patches and discussions about the oe-core layer

Jussi,

Thanks for the information. I will update the recipe this week.

- armin

On 04/20/2015 01:21 AM, Jussi Kukkonen wrote:
> On 20 April 2015 at 00:45, Armin Kuster <akuster808@gmail.com> wrote:
>> WARNING: Could not copy license file
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>   meta/recipes-support/lz4/lz4.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
>> index ee5de0a..0b0c632 100644
>> --- a/meta/recipes-support/lz4/lz4.bb
>> +++ b/meta/recipes-support/lz4/lz4.bb
>> @@ -2,7 +2,7 @@ SUMMARY = "Extremely Fast Compression algorithm"
>>   DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
>>
>>   LICENSE = "BSD"
>
> This is not directly related to your patch but I happened to take a
> look at the source and the license seems wrong: The library is indeed
> BSD but all the binaries are actually GPLv2 (see programs/COPYING and
> the individual source files).
>
>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
>> +LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
>>
>>   SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
>>
>> --
>> 2.3.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2015-04-20 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19 21:45 [PATCH] lz4: fix QA issue Armin Kuster
2015-04-20  8:21 ` Jussi Kukkonen
2015-04-20 13:41   ` akuster808

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