All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lz4: upgrade to v1.7.5
@ 2017-02-27 15:05 Andreas Horsthemke
  2017-02-27 15:35 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Horsthemke @ 2017-02-27 15:05 UTC (permalink / raw)
  To: openembedded-core

upgrade from r131. The version numbering changed to a new style.
The licsense is BSD for the library and GPLv2 for the CLI tools.

Signed-off-by: Andreas Horsthemke <andhorsthemke@gmail.com>
---
 meta/recipes-support/lz4/lz4.bb | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
index 18e56d04c6..6c77aa1536 100644
--- a/meta/recipes-support/lz4/lz4.bb
+++ b/meta/recipes-support/lz4/lz4.bb
@@ -1,12 +1,16 @@
 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://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
+# The source includes GPLv2 and BSD licensed files.
+# The library in the `lib` directory is under BSD 2-Clause license.
+# The CLI tools are GPLv2 licensed.
+LICENSE = "GPLv2 & BSD"
+LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
+                    file://programs/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRCREV = "d86dc916771c126afb797637dda9f6421c0cb998"
+SRCREV = "7bb64ff2b69a9f8367de9ab483cdadf42b4c1b65"
 
-PV = "131+git${SRCPV}"
+PV = "1.7.5+git${SRCPV}"
 
 SRC_URI = "git://github.com/Cyan4973/lz4.git"
 
-- 
2.11.0



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

* Re: [PATCH] lz4: upgrade to v1.7.5
  2017-02-27 15:05 [PATCH] lz4: upgrade to v1.7.5 Andreas Horsthemke
@ 2017-02-27 15:35 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2017-02-27 15:35 UTC (permalink / raw)
  To: Andreas Horsthemke; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 821 bytes --]

On 27 February 2017 at 15:05, Andreas Horsthemke <andhorsthemke@gmail.com>
wrote:

> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dca
> fd"
> +# The source includes GPLv2 and BSD licensed files.
> +# The library in the `lib` directory is under BSD 2-Clause license.
> +# The CLI tools are GPLv2 licensed.
> +LICENSE = "GPLv2 & BSD"
> +LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc
> \
> +                    file://programs/COPYING;md5=
> b234ee4d69f5fce4486a80fdaf4a4263"
>

If you split the package into a library and binaries then the respective
licenses can be on the right parts.


> -PV = "131+git${SRCPV}"
> +PV = "1.7.5+git${SRCPV}"
>

131 > 1.7.5, so you'll need to add PE="1" to ensure upgrades happen.

Ross

[-- Attachment #2: Type: text/html, Size: 1551 bytes --]

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

end of thread, other threads:[~2017-02-27 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 15:05 [PATCH] lz4: upgrade to v1.7.5 Andreas Horsthemke
2017-02-27 15:35 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.